mirror of
https://github.com/munki/munki.git
synced 2026-01-06 22:49:58 -06:00
Flatten appearance of pop-up categories menu (if present) in category-all sidebar
This commit is contained in:
@@ -394,14 +394,14 @@ div.select {
|
||||
div.select select {
|
||||
background: -webkit-gradient(linear, left top, left bottom, from( #fff), to( #eaeaea));
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
color: #626262;
|
||||
font-weight: normal;
|
||||
/*color: #626262;*/
|
||||
outline: 0;
|
||||
line-height: 15px;
|
||||
margin: 0;
|
||||
padding: 0 25px 1px 5px;
|
||||
border: 0;
|
||||
text-shadow: #fff 0 1px 0;
|
||||
/*text-shadow: #fff 0 1px 0;*/
|
||||
-webkit-appearance: none;
|
||||
-webkit-box-shadow: rgba(0, 0, 0, .35) 0 1px 2px, rgba(0, 0, 0, .8) 0 0 1px;
|
||||
box-shadow: rgba(0, 0, 0, .35) 0 1px 2px, rgba(0, 0, 0, .2) 0 0 1px;
|
||||
|
||||
Reference in New Issue
Block a user