Quellcode durchsuchen

Fix font size of usage area in toolbar

Kristan Kenney vor 6 Jahren
Ursprung
Commit
bc959cb786
1 geänderte Dateien mit 4 neuen und 5 gelöschten Zeilen
  1. 4 5
      web/css/styles.min.css

+ 4 - 5
web/css/styles.min.css

@@ -3068,14 +3068,13 @@ form#vstobjects.suspended {
 
 .pill.usage{
   margin-top: 8px;
-  font-size: 0.7rem;
-  padding: 3px;
+  font-size: 0.75rem;
+  padding: 4px;
   padding-left: 8px;
   padding-right: 8px;
   margin-right: 10px;
-  line-height: 0.85rem;
-  box-shadow: 0px 1px 1px rgba(0,0,0,0.25),
-              inset 0px 0px 1px rgba(0,0,0,0.15);
+  line-height: 0.75rem;
+  box-shadow: 0px 1px 1px rgba(0,0,0,0.25), inset 0px 0px 1px rgba(0,0,0,0.15);
   background-color: rgba(255,255,255,0.75);
   font-weight: 500;
   border: 1px solid rgba(255,255,255,0.9);