Browse Source

Adjust style of badge

Kristan Kenney 6 years ago
parent
commit
3992bc7503
1 changed files with 5 additions and 2 deletions
  1. 5 2
      web/css/styles.min.css

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

@@ -3265,9 +3265,12 @@ form#vstobjects.suspended {
   min-height: 24px;
   line-height: 24px;
   border-radius: 50%;
-  font-weight: 600;
-  box-shadow: 0px 0px 3px rgba(120,120,120,0.6);
+  font-weight: 700;
+  font-size: 0.75rem;
+  box-shadow: 0px 1px 2px rgba(70,70,70,0.5), 
+              inset 0px 2px 2px #fff;
   text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
+  border: 1px solid #b8b8b8 !important;
 }
 
 .badge.large {