Skip to content

Commit

Permalink
fixed border bug of select element (chromium) (#737)
Browse files Browse the repository at this point in the history
* fixed border bug of select element (chromium)

* remove safari glow style
  • Loading branch information
dataflake committed Nov 28, 2019
1 parent c99111c commit c14aa6f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/zmi/styles/resources/zmi_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,9 @@ header.navbar ul.navbar-nav li.zmi-addItemSelect select.form-control-sm {
color: silver;
max-width: 9.6rem;
border: 0;
border-radius: 0;
border-radius: 1px;
outline-color: transparent;
outline-style: none;
cursor:pointer;
}
header.navbar ul.navbar-nav li.zmi-addItemSelect select.form-control-sm:focus {
Expand Down Expand Up @@ -972,4 +974,4 @@ header.navbar select.form-control-sm,
color:transparent
}
}
*/
*/

0 comments on commit c14aa6f

Please sign in to comment.