Просмотр исходного кода

Adjust style of usage statistics in dark.css theme

Kristan Kenney 6 лет назад
Родитель
Сommit
693ccd3768
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      install/deb/themes/dark.css

+ 2 - 2
install/deb/themes/dark.css

@@ -3294,8 +3294,8 @@ form#vstobjects.suspended {
   padding-right: 8px;
   padding-right: 8px;
   margin-right: 10px;
   margin-right: 10px;
   line-height: 0.75rem;
   line-height: 0.75rem;
-  box-shadow: inset 0px 0px 1px rgba(0,0,0,0.25), 0px 1px 1px rgba(0,0,0,0.25);
-  background-color: rgba(15,15,15,0.45);
+  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.85), 0px 1px 1px rgba(0,0,0,0.2);
+  background-color: rgba(15,15,15,0.5);
   font-weight: 500;
   font-weight: 500;
   border: 1px solid rgba(120,120,120,0.95);
   border: 1px solid rgba(120,120,120,0.95);
   text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
   text-shadow: 0px 1px 1px rgba(0,0,0,0.5);