X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftoolbarbutton.css;h=b8b888af33a0ac6fd94b47149c870f880fbd2709;hb=26787eb586ea1245da39b59c14de565a30fbf42f;hp=198155ea5aa45f66946f83c76ec6e4e6ae91c377;hpb=02920d2b69ae86d5762a1874ba85d273c38bac75;p=themes.git diff --git a/LCARStrek/global/toolbarbutton.css b/LCARStrek/global/toolbarbutton.css index 198155ea..b8b888af 100644 --- a/LCARStrek/global/toolbarbutton.css +++ b/LCARStrek/global/toolbarbutton.css @@ -57,7 +57,8 @@ toolbarbutton { color: #FFCF00; } -.toolbarbutton-icon { +.toolbarbutton-icon[label]:not([label=""]), +.toolbarbutton-icon[type="menu"] { -moz-margin-start: 1px; -moz-margin-end: 2px; } @@ -72,14 +73,13 @@ toolbarbutton.tabbable { -moz-user-focus: normal !important; } -toolbarbutton:focus { +toolbarbutton:-moz-focusring { -moz-outline-radius: 3px; outline: 1px dotted #008484; -moz-outline-offset: -1px; } -toolbarbutton:hover, -toolbarbutton[buttonover="true"] { +toolbarbutton:hover { background-color: #FFCF00; color: #000000; } @@ -109,6 +109,11 @@ toolbarbutton[disabled="true"][checked="true"] { color: #8050B0; } +toolbarbutton:-moz-lwtheme { + text-shadow: none; +} + + /* ..... checked state ..... */ toolbarbutton[checked="true"] {