aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVjacheslav Trushkin <arty@phpbb.com>2012-02-18 01:20:21 +0200
committerVjacheslav Trushkin <arty@phpbb.com>2012-03-14 23:45:01 +0200
commitf32cc3ae8fc3fbd28f4fe9e6b7e2a4eb27cfac03 (patch)
tree0e8856c6eddc457a54e4ce25a314a4311c52d0de
parent95a69639fdc8491e47386dcc7e95e715fe769aed (diff)
downloadforums-f32cc3ae8fc3fbd28f4fe9e6b7e2a4eb27cfac03.tar
forums-f32cc3ae8fc3fbd28f4fe9e6b7e2a4eb27cfac03.tar.gz
forums-f32cc3ae8fc3fbd28f4fe9e6b7e2a4eb27cfac03.tar.bz2
forums-f32cc3ae8fc3fbd28f4fe9e6b7e2a4eb27cfac03.tar.xz
forums-f32cc3ae8fc3fbd28f4fe9e6b7e2a4eb27cfac03.zip
[feature/merging-style-components] Admin.css additions for acp_styles
Adding background colors for row iterations and font color for disabled rows to admin control panel css. PHPBB3-10632
-rw-r--r--phpBB/adm/style/admin.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index ceda824e5a..14a2b6dded 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -626,12 +626,29 @@ td.name {
.col1 { background-color: #DCEBFE; }
.col2 { background-color: #F9F9F9; }
+/* 4 row background colours for trees */
+.row1a { background-color: #F9F9F9; }
+.row1b { background-color: #F6F6F6; }
+.row2a { background-color: #E7EEF4; }
+.row2b { background-color: #E3EBF2; }
+
.spacer {
background-color: #DBDFE2;
height: 1px;
line-height: 1px;
}
+/* Deactivated row */
+.row-inactive {
+ color: #999;
+}
+.row-inactive a, .row-inactive strong {
+ color: #888;
+}
+.row-inactive a:hover {
+ color: #BC2A4D;
+}
+
/* General form styles
----------------------------------------*/
fieldset {