diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/theme/clear/theme.css | 2 | ||||
-rw-r--r-- | template/yoga/theme/dark/theme.css | 2 | ||||
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index 3a60fa8a5..70a7d510a 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -15,7 +15,7 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .row1 { background-color: #d3d3d3; } -#menubar DL, #content, #imageToolBar, .header_notes { +#menubar DL, #content, #imageToolBar, .header_notes, .content { background-color: #eeeeee; } diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 5ca520099..e35761366 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -26,7 +26,7 @@ H3, #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1 { background-color: #3f3f3f; } -#menubar DL, #content, #imageToolBar, .header_notes { +#menubar DL, #content, #imageToolBar, .header_notes, .content { background-color: #5f5f5f; } diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 95ebf7f0f..1035d87b9 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -77,7 +77,7 @@ A { A:hover {
border-color: #f92;
}
-#content {
+#content, .content {
background-color: #181818;
border: 1px solid #eee;
padding: 5px;
|