diff options
Diffstat (limited to 'module/webui/themes/flat/css')
-rw-r--r-- | module/webui/themes/flat/css/MooDialog.css | 2 | ||||
-rw-r--r-- | module/webui/themes/flat/css/flat.css (renamed from module/webui/themes/flat/css/default.css) | 12 | ||||
-rw-r--r-- | module/webui/themes/flat/css/window.css | 2 |
3 files changed, 2 insertions, 14 deletions
diff --git a/module/webui/themes/flat/css/MooDialog.css b/module/webui/themes/flat/css/MooDialog.css index 347c45fc3..3ba94cafd 100644 --- a/module/webui/themes/flat/css/MooDialog.css +++ b/module/webui/themes/flat/css/MooDialog.css @@ -12,7 +12,7 @@ left: 50%; z-index: 50000; - background: #C0C0C0; + background: #CDCDCD; color: black; } diff --git a/module/webui/themes/flat/css/default.css b/module/webui/themes/flat/css/flat.css index 6305a79be..1a542962f 100644 --- a/module/webui/themes/flat/css/default.css +++ b/module/webui/themes/flat/css/flat.css @@ -225,18 +225,6 @@ ul#page-actions2 a:hover, ul#page-actions2 a:focus, ul#user-actions2 a:hover, ul .hidden { display:none; } -a.action.index { - background-color:transparent; - background-image:url(../img/wiki-tools-index.png); - background-position:0 1px; - background-repeat:no-repeat no-repeat; -} -a.action.recent { - background-color:transparent; - background-image:url(../img/wiki-tools-recent.png); - background-position:0 1px; - background-repeat:no-repeat no-repeat; -} a.logout { background-color:transparent; background-image:url(../img/user-actions-logout.png); diff --git a/module/webui/themes/flat/css/window.css b/module/webui/themes/flat/css/window.css index 2bde6dee5..12829868b 100644 --- a/module/webui/themes/flat/css/window.css +++ b/module/webui/themes/flat/css/window.css @@ -58,7 +58,7 @@ margin-left:150px; width:125px; height:31px; - background:#666666 url(../img/default/button.png) no-repeat; + background:#666666 url(../img/button.png) no-repeat; text-align:center; line-height:31px; color:#FFFFFF; |