update both themes to state of toolkit winstripe trunk of 2010-11-14
[themes.git] / EarlyBlue / global / popup.css
index 9636325b03431c6aab4315b848ee73963c7e3379..078954c4a004d8ed3220f8c13ad63f011927101d 100644 (file)
@@ -47,6 +47,45 @@ panel {
   background-color: #CCD0DD;
 }
 
+panel[type="arrow"] {
+  -moz-transition: opacity 300ms;
+}
+
+.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;
+}
+
+.panel-arrow[side="bottom"] {
+  list-style-image: url("chrome://global/skin/arrow/panelarrow-down.png");
+  margin-left: 6px;
+  margin-right: 6px;
+  margin-top: -12px;
+}
+
+.panel-arrow[side="left"] {
+  list-style-image: url("chrome://global/skin/arrow/panelarrow-horiz.png");
+  margin-top: 6px;
+  margin-bottom: 6px;
+  margin-right: -12px;
+}
+
+.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;
+}
+
 tooltip {
   background-color : #FFFFCC;
   border : 1px outset #FFFFCC;