apparently the override doesn't work here in themes, we'll need to find soemthing...
[themes.git] / LCARStrek / communicator / communicator.css
index 7f14d3adbda07499e0b134f08e542556c69cdd2b..ef4b2905518203c0fe40beba92a2c2ee1677763c 100644 (file)
@@ -57,6 +57,12 @@ menubar[xpfe="false"] {
   font-weight: bold;
 }
 
+/* ::::: error messages ::::: */
+
+description.error {
+  color: #FF0000;
+}
+
 /* ::::: directional button icons ::::: */
 
 .up {
@@ -161,6 +167,10 @@ toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active {
   list-style-image: url("chrome://communicator/skin/icons/geo.png");
 }
 
+.messageImage[value="webNotifications"] {
+  list-style-image: url("chrome://communicator/skin/icons/notification-16.png");
+}
+
 .messageImage[value="indexedDB-permissions-prompt"],
 .messageImage[value="indexedDB-quota-prompt"] {
   list-style-image: url("chrome://global/skin/icons/question-16.png");