X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftoolbar.css;fp=LCARStrek%2Fglobal%2Ftoolbar.css;h=c01dce7d033f31887771b8bce79737e9376f7af5;hp=2c9734d68c84b3672fa9ac111a40494fd8128249;hb=37bddb2a9fdab47b4ca9289a21039573ebae15f6;hpb=cfae8c7415f63c4e1fb5a13876f22ee0881b76ec diff --git a/LCARStrek/global/toolbar.css b/LCARStrek/global/toolbar.css index 2c9734d6..c01dce7d 100644 --- a/LCARStrek/global/toolbar.css +++ b/LCARStrek/global/toolbar.css @@ -82,7 +82,7 @@ toolbargrippy, border: none; border-right: 3px solid black; width: 15px; - /*min-height: 16px;*/ + min-height: 16px; } toolbargrippy:hover { @@ -105,10 +105,13 @@ toolbargrippy:hover { toolbargrippy[tbgrippy-collapsed="true"] { -moz-box-orient: horizontal; - -moz-border-radius: 5px 0px 0px 5px; + -moz-border-radius: 4px 0px 0px 4px; margin-bottom: 3px; width: 30px; - height: 10px; + /* height gets set to the width of the uncollapsed grippy by default + so use !important to force all to the same smaller height */ + height: 10px !important; + min-height: 11px; } .collapsed-tray-spacer {