1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 12:53:37 +02:00

[feature/prosilver-cleanup/duplicate-colors] Removing duplicate colors

Removing color values from files other than colours.css

PHPBB3-10619
This commit is contained in:
Vjacheslav Trushkin
2012-02-04 11:11:48 +02:00
parent 6ad87d3aaf
commit f17449e5ff
6 changed files with 80 additions and 365 deletions

View File

@@ -26,10 +26,6 @@ hr {
border-top-color: #CCCCCC;
}
hr.dashed {
border-top-color: #CCCCCC;
}
/* Search box
--------------------------------------------- */
@@ -452,6 +448,10 @@ dl.faq dt {
color: #BC2A4D;
}
.announce, .unreadpost {
/* Highlight the announcements & unread posts box */
}
/* Post signature */
.signature {
border-top-color: #CCCCCC;
@@ -963,7 +963,7 @@ dl.mini dt {
/* Avatar gallery */
#gallery label {
background-color: #FFFFFF;
background: #FFFFFF;
border-color: #CCC;
}
@@ -998,6 +998,10 @@ dd label {
color: #333;
}
fieldset.fields1 {
background-color: transparent;
}
/* Hover effects */
fieldset dl:hover dt label {
color: #000000;