X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fbrowser.css;h=7999f5b57ce8b8c4736c6d60903633cea2a3d14d;hp=450d863da53b4041760f40c4553c9761e6b2b514;hb=6046f02728e083dbd359a9ee7946cd76dc74fb35;hpb=d4e95dbc3e1a5d2a7541b311392cc88ee608da79 diff --git a/LCARStrek/global/browser.css b/LCARStrek/global/browser.css index 450d863d..7999f5b5 100644 --- a/LCARStrek/global/browser.css +++ b/LCARStrek/global/browser.css @@ -94,4 +94,19 @@ tabbrowser > tabbox > tabpanels { margin-right: 1px; padding: 0px; list-style-image: url("chrome://global/skin/icons/tab-new.gif"); -} \ No newline at end of file +} + +.tab-drop-indicator-bar { + height: 11px; + margin-top: -11px; + margin-left: -8px; + position: relative; +} + +.tab-drop-indicator { + height: 11px; + width: 11px; + margin-bottom: -8px; + position: relative; + list-style-image: url('chrome://global/skin/icons/tab-drag-indicator.gif'); +}