X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fbrowser.css;h=c34ce0da22c772c0829d22af670a463493015ac3;hp=ec2f181c9784b93f4968e7933dbb022690e62c61;hb=e68e2f2b2fe85b417aa3d2db5e1087b173d0166e;hpb=4605f956ba48662374e6de24b44df20362d540c2 diff --git a/EarlyBlue/global/browser.css b/EarlyBlue/global/browser.css index ec2f181c..c34ce0da 100644 --- a/EarlyBlue/global/browser.css +++ b/EarlyBlue/global/browser.css @@ -92,4 +92,19 @@ tabbrowser > tabbox > tabpanels { margin-top: 2px; 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'); +}