incorporate toolkit winstripe changes until 2011-02-13
[themes.git] / LCARStrek / global / tabprompts.css
index 107346f17e546ff96fe39e907e2143fc77d42d8d..b3c203e9d8ff31c12be77f77847efe66b1e5f03f 100644 (file)
@@ -1,30 +1,23 @@
 /* Tab Modal Prompt boxes */
 tabmodalprompt {
-  background-color: hsla(0,0%,97%,.15);
-  background-image: -moz-radial-gradient(center 40%, circle closest-side, hsla(0,0%,90%,.5), hsla(0,0%,90%,0));
+  background-color: hsla(0,0%,10%,.5);
+  font-family: sans-serif; /* use content font not system UI font */
 }
 
 .mainContainer {
-  padding: 20px;
   color: #FF9F00;
   background-color: #000000;
+  background-clip: padding-box;
   border-radius: 8px;
   border: 1px solid #9C9CFF;
 }
 
-.buttonContainer {
-  margin-top: 10px;
-}
-
-.info\.icon {
-  width: 64px !important;
-  height: 64px !important;
-}
-
-.alert-icon {
-  list-style-image: url("chrome://global/skin/icons/information-tabmodal-64.png") !important;
+.topContainer {
+  padding: 20px;
 }
 
-.question-icon {
-  list-style-image: url("chrome://global/skin/icons/question-tabmodal-64.png") !important;
+.buttonContainer {
+  padding: 12px 20px 15px;
+  background-color: #E7ADE7;
+  border-top: 1px solid #9C9CFF;
 }