mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14193]Minor cleanups
PHPBB3-14193
This commit is contained in:
parent
6b7fa249f1
commit
8907a66156
2 changed files with 3 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
||||||
.button:focus,
|
.button:focus,
|
||||||
.button:hover {
|
.button:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.caret {
|
.caret {
|
||||||
|
|
|
@ -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%);
|
||||||
|
|
Loading…
Add table
Reference in a new issue