mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10734] Removed unwanted color elements
Deleted all the color elements from the common.css PHPBB-10734
This commit is contained in:
parent
fa04c3712b
commit
c1c71c26b4
1 changed files with 0 additions and 11 deletions
|
@ -257,7 +257,6 @@ a#logo:hover {
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
background-color: #ebebeb;
|
|
||||||
padding: 5px 10px 5px 10px;
|
padding: 5px 10px 5px 10px;
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
}
|
}
|
||||||
|
@ -281,8 +280,6 @@ a#logo:hover {
|
||||||
.panel {
|
.panel {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
background-color: #f3f3f3;
|
|
||||||
color: #3f3f3f;
|
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -545,14 +542,6 @@ li.pagination {
|
||||||
background: none 0 50% no-repeat;
|
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
|
/* jQuery popups
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.phpbb_alert {
|
.phpbb_alert {
|
||||||
|
|
Loading…
Add table
Reference in a new issue