Some fixes
authorLuzifr <szekely@woltlab.com>
Mon, 21 Nov 2011 18:44:09 +0000 (19:44 +0100)
committerLuzifr <szekely@woltlab.com>
Mon, 21 Nov 2011 18:44:09 +0000 (19:44 +0100)
Standard-buttons now with proper color-states; Background-image should
now show up in ACP when WBB is installed and user enables them in CSS;

wcfsetup/install/files/acp/style/style.css

index 0263ca3ed633fc914dae6494d0a01314c2d5e102..f6033d1d74e082bc087228d237d8babef9573051 100644 (file)
@@ -151,7 +151,7 @@ body#tplWCFInstaller {background-image: -webkit-linear-gradient(-45deg, rgba(255
 header.pageHeader {
        /* Disabled, because the WoltLab header-image is not LGPL 
        Activate it if you want to test your own header image */
-       /* background-image: url('../images/header.png'); */
+       /* background-image: url('../../../images/header.png'); */
        background-position: center top;
        background-repeat: repeat-x;
        background-attachment: fixed;
@@ -1761,7 +1761,7 @@ input[type='button'],
        background-color: #369;
        /* Disabled, because the WoltLab header-image is not LGPL 
        Activate it if you want to test your own header image */
-       /* background-image: url('../images/header.png'); */
+       /* background-image: url('../../../images/header.png'); */
        background-position: left top;
        background-repeat: repeat-x;    
 }
@@ -1794,6 +1794,7 @@ input[type='button'],
 
 .boxTitle > hgroup .badge {
        font-size: 75%;
+       color: #369;
 }
 
 /* Collapse Icon */
@@ -2748,11 +2749,11 @@ div#ajaxExceptionStacktrace {
        margin-left: auto !important;
        position: fixed !important;
        
-       -webkit-box-shadow: 0 1px 23px rgba(0, 0, 0, 1);
-       -moz-box-shadow: 0 1px 23px rgba(0, 0, 0, 1);
-       -ms-box-shadow: 0 1px 23px rgba(0, 0, 0, 1);
-       -o-box-shadow: 0 1px 23px rgba(0, 0, 0, 1);
-       box-shadow: 0 1px 23px rgba(0, 0, 0, 1);
+       -webkit-box-shadow: 0 1px 23px rgba(0, 0, 0, .3);
+       -moz-box-shadow: 0 1px 23px rgba(0, 0, 0, .3);
+       -ms-box-shadow: 0 1px 23px rgba(0, 0, 0, .3);
+       -o-box-shadow: 0 1px 23px rgba(0, 0, 0, .3);
+       box-shadow: 0 1px 23px rgba(0, 0, 0, .3);
 }
 
 @media screen and (min-width: 480px), screen and (min-device-width: 480px) {
@@ -2781,13 +2782,14 @@ div#ajaxExceptionStacktrace {
        background-color: #29374a;
        /* Disabled, because the WoltLab header-image is not LGPL 
        Activate it if you want to test your own header image */
-       /* background-image: url('../images/header.png'); */
+       /* background-image: url('../../../images/header.png'); */
        background-position: left top;
        background-repeat: repeat-x;
        margin-bottom: 1px;
        padding: 13px;
        position: relative;
        display: block;
+       cursor: move;
 }
 
 .ui-dialog-title {
@@ -3029,6 +3031,9 @@ input[type='reset']:hover,
 input[type='submit']:hover,
 input[type='button']:hover,
 input[type='button'].default:hover,
+input[type='button'].default:hover,
+.largeButtons ul li.default a:hover,
+.smallButtons > li.default > a:hover,
 .largeButtons ul li a:hover,
 .smallButtons > li > a:hover,
 .badgeButton:hover,
@@ -3054,6 +3059,8 @@ input[type='reset']:focus,
 input[type='submit']:focus,
 input[type='button']:focus,
 input[type='button'].default:focus,
+input[type='button'].default:focus,
+.largeButtons ul li.default a:focus,
 .largeButtons ul li a:focus,
 .smallButtons > li > a:focus,
 .badgeButton:focus,
@@ -3066,6 +3073,8 @@ input[type='button']:active,
 input[type='button'].default:active,
 .largeButtons ul li a:active,
 .smallButtons > li > a:active,
+.largeButtons ul li.default a:active,
+.smallButtons > li.default > a:active,
 .badgeButton:active,
 .pageNavigation ul li:not(.disabled):focus,
 .clipboardEditor > ul > li:active,