aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShibu Lijack <shibulijack@gmail.com>2012-04-10 19:48:00 +0530
committerShibu Lijack <shibulijack@gmail.com>2012-04-10 19:48:00 +0530
commitc1c71c26b4679a0a094bfc5a4723268e53b9ae18 (patch)
tree387d7bfad63b4fb70363b6a165840dda13cd4b5e
parentfa04c3712b611425e41f5f5ac661eb0cddcba3ec (diff)
downloadforums-c1c71c26b4679a0a094bfc5a4723268e53b9ae18.tar
forums-c1c71c26b4679a0a094bfc5a4723268e53b9ae18.tar.gz
forums-c1c71c26b4679a0a094bfc5a4723268e53b9ae18.tar.bz2
forums-c1c71c26b4679a0a094bfc5a4723268e53b9ae18.tar.xz
forums-c1c71c26b4679a0a094bfc5a4723268e53b9ae18.zip
[ticket/10734] Removed unwanted color elements
Deleted all the color elements from the common.css PHPBB-10734
-rw-r--r--phpBB/styles/prosilver/theme/common.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 300125b4f1..01187cc684 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -257,7 +257,6 @@ a#logo:hover {
.navbar {
padding: 0 10px;
- background-color: #ebebeb;
padding: 5px 10px 5px 10px;
border-radius: 7px;
}
@@ -281,8 +280,6 @@ a#logo:hover {
.panel {
margin-bottom: 4px;
padding: 5px 10px;
- background-color: #f3f3f3;
- color: #3f3f3f;
border-radius: 7px;
}
@@ -545,14 +542,6 @@ li.pagination {
background: none 0 50% no-repeat;
}
-.row .pagination span a, li.pagination span a {
- background-color: #FFFFFF;
-}
-
-.row .pagination span a:hover, li.pagination span a:hover {
- background-color: #d2d2d2;
-}
-
/* jQuery popups
---------------------------------------- */
.phpbb_alert {