add margin on message notification
[themes.git] / LCARStrek / browser / downloads / downloads.css
index 19b2594f58dff68d877957f67c09587f988da077..f23eb36c2caa3d65769ca11bb0aeb890aa451805 100644 (file)
@@ -80,8 +80,8 @@ richlistitem[type="download"]:first-child {
 .downloadTypeIcon {
   -moz-margin-end: 8px;
   /* Prevent flickering when changing states. */
-  min-height: 32px;
-  min-width: 32px;
+  height: 32px;
+  width: 32px;
 }
 
 .blockedIcon {
@@ -144,6 +144,7 @@ richlistitem[type="download"]:first-child {
 
 /*** Highlighted list items ***/
 
+/* #downloadsPanel:not([keyfocus]) > #downloadsListBox > richlistitem[type="download"][state="1"][exists]:hover { */
 #downloadsPanel:not([keyfocus]) > #downloadsListBox > richlistitem[type="download"]:hover {
   border-radius: 3px;
   background-color: #794900;