diff --git a/code/apps/Managed Software Center/Managed Software Center/WebResources/base.css b/code/apps/Managed Software Center/Managed Software Center/WebResources/base.css index c3c7c236..f2679005 100644 --- a/code/apps/Managed Software Center/Managed Software Center/WebResources/base.css +++ b/code/apps/Managed Software Center/Managed Software Center/WebResources/base.css @@ -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;