[ticket/14193]Minor cleanups

PHPBB3-14193
This commit is contained in:
Michael Miday 2015-10-03 05:16:08 +02:00
parent 6b7fa249f1
commit 8907a66156
2 changed files with 3 additions and 1 deletions

View file

@ -25,6 +25,7 @@
.button:focus, .button:focus,
.button:hover { .button:hover {
text-decoration: none; text-decoration: none;
outline: none;
} }
.caret { .caret {

View file

@ -606,7 +606,8 @@ Colours and backgrounds for buttons.css
color: #D31141; color: #D31141;
} }
.button:hover, .dropdown-visible .dropdown-select, .nojs .dropdown-container:hover .dropdown-select { .button:hover,
.button:focus {
border-color: #0A8ED0; border-color: #0A8ED0;
background-color: #FFFFFF; /* Old browsers */ /* FF3.6+ */ background-color: #FFFFFF; /* Old browsers */ /* FF3.6+ */
background-image: -webkit-linear-gradient(top, #E9E9E9 0%, #FFFFFF 100%); background-image: -webkit-linear-gradient(top, #E9E9E9 0%, #FFFFFF 100%);