That was missing in the previous commit!
authorLuzifr <szekely@woltlab.com>
Wed, 8 Feb 2012 17:56:00 +0000 (18:56 +0100)
committerLuzifr <szekely@woltlab.com>
Wed, 8 Feb 2012 17:56:00 +0000 (18:56 +0100)
;-)

wcfsetup/install/files/acp/style/wcf.css
wcfsetup/install/files/js/WCF.js

index c74b34d64400aa1f3434f834f0a3fbfc3473944f..7f00529f5b1783a86a4ec4ef424b74f212e6aa60 100644 (file)
@@ -918,6 +918,7 @@ section.wcf-content:after {
 }
 
 .wcf-main > div section:only-child {
+       border-width: 0 !important;
        margin: 0 !important;
 }
 
@@ -3557,6 +3558,7 @@ tr .columnIcon img {
 /* Content */
 
 .wcf-dialogContent {
+       color: rgba(238, 238, 238, 1);
        background-color: #333;
        overflow: auto;
 }
index c9261179d525d355c6ce5f88cbc5f23b5edca2e0..5fe20247c351f470daefe2f6aaf94dea14681ce4 100644 (file)
@@ -3608,7 +3608,7 @@ WCF.System.Confirmation = {
         * Creates the confirmation dialog on first use.
         */
        _createDialog: function() {
-               this._dialog = $('<div id="wcfSystemConfirmation"><p></p></div>').hide().appendTo(document.body);
+               this._dialog = $('<div id="wcfSystemConfirmation" class="wcf-systemConfirmation"><p></p></div>').hide().appendTo(document.body);
                var $formButtons = $('<div class="wcf-formSubmit" />').appendTo(this._dialog);
                
                $('<button>' + WCF.Language.get('wcf.global.confirmation.cancel') + '</button>').data('action', 'cancel').click($.proxy(this._click, this)).appendTo($formButtons);