mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 12:58:52 +00:00
[ticket/12735] Fix some color incosistencies
PHPBB3-12735
This commit is contained in:
parent
8ef8056fd4
commit
bf3ac9b1dc
2 changed files with 4 additions and 8 deletions
|
@ -607,7 +607,7 @@ Colours and backgrounds for buttons.css
|
||||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E9E9E9')";
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E9E9E9')";
|
||||||
box-shadow: 0 0 0 1px #FFFFFF inset;
|
box-shadow: 0 0 0 1px #FFFFFF inset;
|
||||||
-webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
|
-webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
|
||||||
color: #BC2A4D;
|
color: #D31141;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover, .dropdown-visible .dropdown-select, .nojs .dropdown-container:hover .dropdown-select {
|
.button:hover, .dropdown-visible .dropdown-select, .nojs .dropdown-container:hover .dropdown-select {
|
||||||
|
@ -753,7 +753,7 @@ ul.cplist {
|
||||||
|
|
||||||
#tabs .tab > a:hover {
|
#tabs .tab > a:hover {
|
||||||
background: #DDEDFB;
|
background: #DDEDFB;
|
||||||
color: #BC2A4D;
|
color: #D31141;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabs .activetab > a,
|
#tabs .activetab > a,
|
||||||
|
@ -793,8 +793,8 @@ ul.cplist {
|
||||||
border-color: #536482;
|
border-color: #536482;
|
||||||
}
|
}
|
||||||
|
|
||||||
.responsive-tab .responsive-tab-link:hover:before {
|
.responsive-tab .responsive-tab-link:hover span:before {
|
||||||
border-color: #BC2A4D;
|
border-color: #D31141;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* UCP navigation menu
|
/* UCP navigation menu
|
||||||
|
|
|
@ -222,10 +222,6 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
|
||||||
width: 95px;
|
width: 95px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#search-box input {
|
|
||||||
border: 1px solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* .button1 style defined later, just a few tweaks for the search button version */
|
/* .button1 style defined later, just a few tweaks for the search button version */
|
||||||
#search-box input.button1 {
|
#search-box input.button1 {
|
||||||
padding: 1px 5px;
|
padding: 1px 5px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue