Flatten appearance of pop-up categories menu (if present) in category-all sidebar

This commit is contained in:
Greg Neagle
2016-03-11 09:51:46 -08:00
parent 01a73a5f5c
commit 00a88d1ddb

View File

@@ -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;