1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-26 01:43:45 +02:00

Merge pull request #3940 from hanakin/ticket/14206

[Ticket/14206]Fix jumpbox UI consistency
This commit is contained in:
Marc Alexander
2015-10-07 11:52:08 +02:00
3 changed files with 3 additions and 20 deletions

View File

@@ -637,23 +637,6 @@ Colours and backgrounds for buttons.css
.caret { border-color: #DADADA; }
.caret { border-color: #C7C3BF; }
.jumpbox .button, .jumpbox .button i {
color: #536482;
}
.jumpbox .button:hover {
border-color: #C7C3BF;
}
.jumpbox .button:hover i {
color: #536482;
}
.dropdown-visible .dropdown-select, .dropdown-visible .dropdown-select:hover, .nojs .dropdown-container:hover .dropdown-select {
border-color: #A6B2BA;
color: #105289;
}
.contact-icons a { border-color: #DCDCDC; }
.contact-icons a:hover { background-color: #F2F6F9; }

View File

@@ -441,12 +441,12 @@ ul.linklist.bulletin > li.no-bulletin:before {
.dropdown .pointer {
right: auto;
left: 10px;
top: 0;
top: -1px;
z-index: 3;
}
.dropdown-up .pointer {
bottom: 0;
bottom: -1px;
top: auto;
}