aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/colours.css
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-11-10 15:47:44 -0800
committerCesar G <prototech91@gmail.com>2014-01-17 19:20:35 -0800
commitaeb215a5c269ba7b6be540d06730b0ffce265c14 (patch)
treef7385c9b4991bb5664e318e46c944fd14cf96035 /phpBB/styles/prosilver/theme/colours.css
parent059880debfff8f50b2f5715a26840e450d80d1aa (diff)
downloadforums-aeb215a5c269ba7b6be540d06730b0ffce265c14.tar
forums-aeb215a5c269ba7b6be540d06730b0ffce265c14.tar.gz
forums-aeb215a5c269ba7b6be540d06730b0ffce265c14.tar.bz2
forums-aeb215a5c269ba7b6be540d06730b0ffce265c14.tar.xz
forums-aeb215a5c269ba7b6be540d06730b0ffce265c14.zip
[ticket/11915] Move some of the #cp-main table rules to separate class.
PHPBB3-11915
Diffstat (limited to 'phpBB/styles/prosilver/theme/colours.css')
-rw-r--r--phpBB/styles/prosilver/theme/colours.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index cad740200d..eee503516b 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -803,11 +803,11 @@ Colours and backgrounds for cp.css
/* Main CP box
----------------------------------------*/
-#cp-main h3, #cp-main hr, #cp-menu hr {
+.panel-container h3, .panel-container hr, #cp-menu hr {
border-color: #A4B3BF;
}
-#cp-main .panel li.row {
+.panel-container .panel li.row {
border-bottom-color: #B5C1CB;
border-top-color: #F9F9F9;
}
@@ -816,11 +816,11 @@ ul.cplist {
border-top-color: #B5C1CB;
}
-#cp-main .panel li.header dd, #cp-main .panel li.header dt {
+.panel-container .panel li.header dd, .panel-container .panel li.header dt {
color: #000000;
}
-#cp-main table.table1 thead th {
+.panel-container table.table1 thead th {
color: #333333;
border-bottom-color: #333333;
}
@@ -921,11 +921,11 @@ ul.cplist {
/* Preferences pane layout
----------------------------------------*/
-#cp-main h2 {
+.panel-container h2 {
color: #333333;
}
-#cp-main .panel {
+.panel-container .panel {
background-color: #F9F9F9;
}