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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user