2005-11-15 03:22:09 +03:00
|
|
|
|
2005-11-18 03:01:56 +03:00
|
|
|
|
|
|
|
html *:focus
|
2005-11-15 03:22:09 +03:00
|
|
|
{
|
|
|
|
-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
|
2005-11-15 03:22:09 +03:00
|
|
|
{
|
|
|
|
-moz-outline-offset: -1px !important;
|
|
|
|
}
|
|
|
|
|
2005-11-18 03:01:56 +03:00
|
|
|
html input[type="radio"]:focus
|
2005-11-15 03:22:09 +03:00
|
|
|
{
|
2005-11-18 03:01:56 +03:00
|
|
|
-moz-outline-radius: 8px !important;
|
2005-11-15 03:22:09 +03:00
|
|
|
-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;
|
|
|
|
}
|