X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fextensions%2Fextensions.css;h=49263b55f9cdd1370a49617f9051e1b0d7fe7845;hp=254c07eb8b4d5b1ea4812312266f29238e304526;hb=154ee8b3f00d30f053c7e7d189e6522075bf0654;hpb=a520a8b239a55b834a20747a6a7301adbbe0441f diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index 254c07eb..49263b55 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -181,7 +181,7 @@ margin-bottom: 15px; } -.alert .addon-control { +.alert button { margin: 1em 2em; } @@ -889,6 +889,10 @@ setting[type="string"] > .setting-input > textbox { -moz-box-flex: 1; } +setting[type="radio"] > radiogroup { + -moz-box-orient: horizontal; +} + menulist { /* Fixes some styling inconsistencies */ margin: 1px 5px 2px 5px; } @@ -1039,13 +1043,7 @@ menulist { /* Fixes some styling inconsistencies */ display: none; } -setting[type="color"] colorpicker[type="button"] { -/* margin: 1px 5px 2px 5px; - padding: 3px; - height: 25px; */ -} - -.button-link { +button.button-link { background: transparent; border: none; text-decoration: underline; @@ -1054,3 +1052,7 @@ setting[type="color"] colorpicker[type="button"] { min-width: 0; margin: 0 6px; } + +/* Needed to override normal button style from inContent.css */ +button.button-link:not([disabled="true"]):active:hover { +}