Skip to content
Snippets Groups Projects
Commit 3c30ae67 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #80979 by stefan/ma3vrck: move colors from admin.css to themes.

parent 1d0dbfde
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,10 @@ div.admin-panel {
div.admin-panel .description {
margin: 0 0 3px;
padding: 2px 0 3px 0;
color: #999;
}
div.admin-panel .body {
padding: 0 4px 2px 8px;
background-color: #f4f4f4;
line-height: 1.2em;
}
......
......@@ -328,6 +328,12 @@ table {
.block-forum h3 {
margin-bottom: .5em;
}
div.admin-panel .description {
color: #999;
}
div.admin-panel .body {
background: #f4f4f4;
}
div.admin-panel h3 {
background-color: #69c;
color: #fff;
......
......@@ -89,6 +89,13 @@ table {
/*
** Administration page styles
*/
div.admin-panel .description {
color: #999;
}
div.admin-panel .body {
background: #f4f4f4;
}
div.admin-panel h3 {
background-color: #888;
......
......@@ -92,7 +92,12 @@ ul {
/*
** Administration page styles
*/
div.admin-panel .description {
color: #999;
}
div.admin-panel .body {
background: #eee;
}
div.admin-panel h3 {
background-color: #999;
color: #fff;
......
......@@ -490,7 +490,9 @@ table#footer-menu {
/*
** Administration page styles
*/
div.admin-panel .description {
color: #999;
}
div.admin-panel h3 {
background-color: #369;
color: #fff;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment