Skip to content

Commit

Permalink
Merge 052d4ff into d8f459d
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Nov 25, 2019
2 parents d8f459d + 052d4ff commit f8d0efe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/zmi/styles/resources/zmi_base.css
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 f8d0efe

Please sign in to comment.