X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fpopup.css;h=b312935798b2f87d7e7ba7b8e61ad7496659a0e6;hp=9636325b03431c6aab4315b848ee73963c7e3379;hb=1f0c82bb9de8e738721734805e06e3c130c561a4;hpb=3327253ed3b6be3c4cc98847e444c55f9a268d45 diff --git a/EarlyBlue/global/popup.css b/EarlyBlue/global/popup.css index 9636325b..b3129357 100644 --- a/EarlyBlue/global/popup.css +++ b/EarlyBlue/global/popup.css @@ -47,6 +47,61 @@ panel { background-color: #CCD0DD; } +panel[type="arrow"] { + -moz-transition: opacity 300ms; +} + +panel[type="arrow"][side="top"], +panel[type="arrow"][side="bottom"] { + margin-left: -25px; + margin-right: -25px; +} + +panel[type="arrow"][side="left"], +panel[type="arrow"][side="right"] { + margin-top: -25px; + margin-bottom: -25px; +} + +.panel-arrowcontent { + border-radius: 6px; + padding: 6px; + margin: 3px; +} + +.panel-arrow[side="top"] { + list-style-image: url("chrome://global/skin/arrow/panelarrow-up.png"); + margin-left: 6px; + margin-right: 6px; + margin-bottom: -13px; + margin-top: -4px; +} + +.panel-arrow[side="bottom"] { + list-style-image: url("chrome://global/skin/arrow/panelarrow-down.png"); + margin-left: 6px; + margin-right: 6px; + margin-top: -12px; + margin-bottom: -4px; +} + +.panel-arrow[side="left"] { + list-style-image: url("chrome://global/skin/arrow/panelarrow-horiz.png"); + margin-top: 6px; + margin-bottom: 6px; + margin-right: -12px; + margin-left: -4px; +} + +.panel-arrow[side="right"] { + list-style-image: url("chrome://global/skin/arrow/panelarrow-horiz.png"); + -moz-transform: scaleX(-1); + margin-top: 6px; + margin-bottom: 6px; + margin-left: -12px; + margin-right: -4px; +} + tooltip { background-color : #FFFFCC; border : 1px outset #FFFFCC;