diff options
Diffstat (limited to 'template/yoga/theme/wipi/theme.css')
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 1035d87b9..59d1c1258 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -63,11 +63,13 @@ BODY { margin: 0px;
padding: 0px;
}
-
-H3, #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1 {
+H3, #imageHeaderBar, #imageToolBar A:hover, .row1 {
background-color: #222;
}
+#theAdminPage #the_page {
+ background-color: #222;
+}
#imageToolBar, .header_notes {
background-color: #333;
}
|