Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request apache#5724 from mistercrunch/css_editable_input
Browse files Browse the repository at this point in the history
[css] show border around editable input while editing
  • Loading branch information
betodealmeida authored Aug 27, 2018
2 parents 19062ed + c447a97 commit 0d6201d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions superset/assets/stylesheets/superset.less
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,12 @@ table.table-no-hover tr:hover {
cursor: initial;
}

.editable-title input[type="text"] {
border: 1px solid #ccc;
border-radius: 2px;
padding: 2px;
}

.editable-title input[type="button"] {
border-color: transparent;
background: transparent;
Expand Down

0 comments on commit 0d6201d

Please sign in to comment.