зеркало из https://github.com/mozilla/gecko-dev.git
Give checkbox and radio face color on active
Bug 56585 r=bryner sr=attinasi
This commit is contained in:
Родитель
1cf55daac6
Коммит
166b7fbd76
|
@ -320,7 +320,7 @@ input[type="radio"]:focus {
|
|||
input[type="checkbox"]:hover:active,
|
||||
input[type="radio"]:hover:active {
|
||||
border-style: inset;
|
||||
background-color: ThreeDHighlight;
|
||||
background-color: ThreeDFace;
|
||||
}
|
||||
|
||||
*|*:-moz-radio {
|
||||
|
|
|
@ -320,7 +320,7 @@ input[type="radio"]:focus {
|
|||
input[type="checkbox"]:hover:active,
|
||||
input[type="radio"]:hover:active {
|
||||
border-style: inset;
|
||||
background-color: ThreeDHighlight;
|
||||
background-color: ThreeDFace;
|
||||
}
|
||||
|
||||
*|*:-moz-radio {
|
||||
|
|
Загрузка…
Ссылка в новой задаче