1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-03 13:23:06 +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

@@ -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);