X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fbutton.css;h=34fc8ae7b57a0de35efdaa730f4acd6559930e79;hp=801281e151b4de5479677dfce75654a1da3a7ed6;hb=6831f2a08a96b0ec398ba88793203d36392b4fd3;hpb=9545fc93ebbd436afd6cc097b68d4b2605f25ee6 diff --git a/LCARStrek/global/button.css b/LCARStrek/global/button.css index 801281e1..34fc8ae7 100644 --- a/LCARStrek/global/button.css +++ b/LCARStrek/global/button.css @@ -42,7 +42,7 @@ /* :::::::::: button :::::::::: */ button { - -moz-border-radius: 3px; + border-radius: 3px; margin: 1px 2px; min-width: 6.3em; border: none; @@ -52,7 +52,7 @@ button { } .button-box { - -moz-border-radius: 3px; + border-radius: 3px; border: 1px solid transparent; padding-top: 1px; padding-bottom: 2px; @@ -65,7 +65,7 @@ button { } .button-text { - -moz-border-radius: 3px; + border-radius: 3px; margin: 0px !important; text-align: center; } @@ -148,15 +148,13 @@ button[disabled="true"] > .button-box { /* ::::: menu/menu-button buttons ::::: */ button[type="menu-button"] { - -moz-box-align: center; - -moz-box-pack: center; margin: 0px; border: none; } .button-menu-dropmarker, .button-menubutton-dropmarker { - -moz-border-radius: 3px; + border-radius: 3px; margin: 1px; width: 11px; height: 11px;