Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions superset/assets/stylesheets/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ div.widget .chart-controls {
box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2);
}

.slice-cell .editable-title input[type="button"] {
font-weight: bold;
}

.dashboard .separator.widget .slice_container {
padding: 0px;
overflow: visible;
Expand Down
2 changes: 2 additions & 0 deletions superset/assets/stylesheets/superset.less
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ div.widget .slice_container {
.editable-title input[type="button"] {
border-color: transparent;
background: inherit;
white-space: normal;
text-align: left;
}

.editable-title input[type="button"]:hover {
Expand Down