فهرست منبع

Button List Updates

- Some minor tweaks made to the button list. Added a text-shadow for the
active button. Also removed the box-shadow as inspired by @123s

Signed-Off: Matthew "Labradoodle-360" Kerle <[email protected]>
Matthew Kerle 12 سال پیش
والد
کامیت
fe236d1eb0
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      Themes/default/css/index.css

+ 1 - 3
Themes/default/css/index.css

@@ -1305,9 +1305,7 @@ img.sort {
 	font-weight: bold;
 	font-weight: bold;
 	border-radius: 3px;
 	border-radius: 3px;
 	border: 1px solid #558080;
 	border: 1px solid #558080;
-	border-left: 1px solid #bbb;
-	border-top: 1px solid #354f64;
-	box-shadow: -1px -1px 2px rgba(0,0,0,0.1), -1px -2px 3px rgba(255,255,255,0.3) inset, 1px 2px 3px rgba(0,0,0,0.1) inset;
+	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
 }
 }
 .buttonlist ul li a.active:hover {
 .buttonlist ul li a.active:hover {
 	color: #ffc187;
 	color: #ffc187;