Kristan Kenney пре 5 година
родитељ
комит
3d92e2c1fd
1 измењених фајлова са 7 додато и 2 уклоњено
  1. 7 2
      install/deb/themes/flat.css

+ 7 - 2
install/deb/themes/flat.css

@@ -1,4 +1,8 @@
-/* Flat theme */
+/*  
+    Theme Name:  Flat
+    Author:      Robert Zollner (@Lupul)
+    Website:     www.hestiacp.com 
+*/
 
 body {
     letter-spacing: 0;
@@ -76,6 +80,7 @@ b, strong {
 .l-unit:hover, .units .l-unit:hover {
     box-shadow: none;
 }
+
 .vst-input {
     box-shadow: none;
 }
@@ -170,4 +175,4 @@ b, strong {
     background-color: rgba(255,255,255,0.8) !important;
     box-shadow: 0px 2px 10px rgba(0,0,0, 0.3), 
                 inset 0px 0px 2px rgba(255,255,255,1) !important;
-}
+}