first part of syncing LCARStrek with Firefox 52 browser windows theme changes
[themes.git] / EarlyBlue / mozapps / handling / handling.css
index 5c413f3d65ae6e428bde3a4ec0066205ae3c6a75..1988dc4dc2d368dd9a4e894e807d526060eb652b 100644 (file)
@@ -5,6 +5,7 @@
 
 richlistitem[type] {
   min-height: 36px; /* Don't forget to update the richlistbox height! */
+  padding-inline-start: 2px;
 }
 
 richlistitem {
@@ -15,3 +16,11 @@ richlistbox {
   /* 3 items high, plus 4px for top and bottom margins, less 2px for border */
   min-height: 110px; 
 }
+
+.name {
+  font-weight: bold;
+}
+
+.description {
+  color: #808080;
+}