gecko-dev/minimo/customization/ua.css.additions

27 строки
615 B
Plaintext
Исходник Обычный вид История

2005-11-18 03:01:56 +03:00
html *:focus
{
-moz-outline: 3px solid #FFFF00 !important;
-moz-outline-offset: 1px !important;
-moz-outline-radius: 3px !important;
}
2005-11-18 03:01:56 +03:00
html textarea:focus,html button:focus,html select:focus,html input:focus
{
-moz-outline-offset: -1px !important;
}
2005-11-18 03:01:56 +03:00
html input[type="radio"]:focus
{
2005-11-18 03:01:56 +03:00
-moz-outline-radius: 8px !important;
-moz-outline-offset: 0px !important;
}
2006-04-27 01:35:37 +04:00
/* Minimo Overlay CSS Rule : dialog buttons displayed in vertical.
See, this hack changes the behavior of the hbox to be like vbox.
*/
hbox.dialog-button-box {
-moz-box-orient: vertical;
}