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

27 lines
615 B
Plaintext
Raw Normal View History

2005-11-18 00:01:56 +00:00
html *:focus
{
-moz-outline: 3px solid #FFFF00 !important;
-moz-outline-offset: 1px !important;
-moz-outline-radius: 3px !important;
}
2005-11-18 00:01:56 +00:00
html textarea:focus,html button:focus,html select:focus,html input:focus
{
-moz-outline-offset: -1px !important;
}
2005-11-18 00:01:56 +00:00
html input[type="radio"]:focus
{
2005-11-18 00:01:56 +00:00
-moz-outline-radius: 8px !important;
-moz-outline-offset: 0px !important;
}
2006-04-26 21:35:37 +00: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;
}