1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-17 06:04:10 +02:00

[ticket/12013] Update to use the new .button class.

PHPBB3-12013
This commit is contained in:
Cesar G
2014-05-31 16:25:20 -07:00
parent bf5d3030b4
commit 3bfc9ccbc7
5 changed files with 18 additions and 7 deletions

View File

@@ -21,8 +21,8 @@
vertical-align: bottom;
}
.icon-button.dropdown-select {
padding-right: 28px;
.dropdown-select {
padding-right: 24px;
}
.icon-button:before {
@@ -35,6 +35,10 @@
width: 12px;
}
.dropdown-select.icon-button:before {
margin-right: 4px;
}
.dropdown-select:after {
background-position: -103px 10px;
border-left: 1px solid;

View File

@@ -614,6 +614,10 @@ Colours and backgrounds for buttons.css
color: #D31141;
}
.dropdown-select, .dropdown-select:visited {
color: #536482;
}
.button:hover, .dropdown-visible .dropdown-select, .nojs .dropdown-container:hover .dropdown-select {
border-color: #0a8ed0;
background-image: -moz-linear-gradient(top, #E9E9E9, #FFFFFF);

View File

@@ -481,6 +481,10 @@ ul.linklist.bulletin > li.no-bulletin:before {
float: right;
}
.dropdown-container-left {
float: left;
}
.nojs .dropdown-container:hover .dropdown {
display: block !important;
}