X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=d545a15077335faf14d10f3e50a63e0831745d85;hp=75f3430c258e532b793acd930b975aaaea4d5794;hb=4c765db1f76dcd4482d96421c80f946fd2669e5b;hpb=451f378f8feab1e032d51ce8befd0706c81e1b81 diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 75f3430c..d545a150 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -1696,10 +1696,6 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); } -.tab-close-button:focus { - outline: none !important; -} - /* Tab scrollbox arrow, tabstrip new tab and all-tabs buttons */ @media all and (-moz-touch-enabled) { @@ -2340,7 +2336,16 @@ highlighter-veil-transparentbox { outline-offset: -1px; } -#highlighter-veil-transparentbox[locked] { +#highlighter-veil-container[locked] > #highlighter-veil-middlebox > #highlighter-veil-transparentbox { box-shadow: 0 0 0 1px black; outline-color: white; } + +/* + * need a "bumpy" background image for this! + */ +#inspector-horizontal-splitter { + background: none !important; + -moz-appearance: none; + cursor: n-resize; +}