[ticket/12735] Fix some color incosistencies

PHPBB3-12735
This commit is contained in:
hanakin 2014-06-23 01:31:46 +02:00
parent 8ef8056fd4
commit bf3ac9b1dc
2 changed files with 4 additions and 8 deletions

View file

@ -607,7 +607,7 @@ Colours and backgrounds for buttons.css
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E9E9E9')";
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 {
@ -753,7 +753,7 @@ ul.cplist {
#tabs .tab > a:hover {
background: #DDEDFB;
color: #BC2A4D;
color: #D31141;
}
#tabs .activetab > a,
@ -793,8 +793,8 @@ ul.cplist {
border-color: #536482;
}
.responsive-tab .responsive-tab-link:hover:before {
border-color: #BC2A4D;
.responsive-tab .responsive-tab-link:hover span:before {
border-color: #D31141;
}
/* UCP navigation menu

View file

@ -222,10 +222,6 @@ ol ol ul, ol ul ul, ul ol ul, ul ul ul {
width: 95px;
}
#search-box input {
border: 1px solid transparent;
}
/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button1 {
padding: 1px 5px;