Small addition to the CSS
authorLuzifr <szekely@woltlab.com>
Wed, 27 Jul 2011 18:49:47 +0000 (20:49 +0200)
committerLuzifr <szekely@woltlab.com>
Wed, 27 Jul 2011 18:49:47 +0000 (20:49 +0200)
wcfsetup/install/files/acp/style/testing.css

index 9dca9f442458b8dd2f3ab834545cedda3b043b9b..bd8313fe7448fc0e48f9f5fb9c9e2c8f447bbad8 100644 (file)
@@ -431,7 +431,7 @@ footer nav.footerNavigation ul li {
 /* Sub Heading */
 
 .subHeading {
-       border-bottom: 1px solid #999;
+       border-bottom: 1px solid #ccc;
        font-size: 120%;
        text-shadow: 0 1px 0 #fff;
        margin: 14px 0 14px;
@@ -739,6 +739,15 @@ input[type='submit']:hover,
        text-decoration: none;
 }
 
+.tabMenu li a {
+       text-shadow: 0 1px 0 #fff;
+}
+
+.tabMenu li.ui-state-active a {
+       color: #333 !important;
+       font-weight: bold;
+}
+
 .subTabMenu {
        background-color: #369;
        border-top-left-radius: 5px;
@@ -1252,6 +1261,7 @@ div.ui-widget-overlay {
        left: 0;
        position: absolute;
        opacity: 0;
-       filter: Alpha(opacity=0);}
+       filter: Alpha(opacity=0);
+}
 
 /* -- -- -- -- -- EOF -- -- -- -- -- */