Alec Rust 3 سال پیش
والد
کامیت
242837d942

+ 1 - 1
.editorconfig

@@ -7,6 +7,6 @@ charset = utf-8
 insert_final_newline = true
 trim_trailing_whitespace = true
 
-[*.html]
+[*.{html,css}]
 indent_size = 2
 indent_style = space

+ 4 - 0
web/css/src/themes/dark.css

@@ -123,6 +123,10 @@ select {
   border: 1px solid #404040;
 }
 
+.notification-container .empty {
+  color: #dadada;
+}
+
 .notification-container .empty .status-icon {
   color: #dadada;
 }

+ 3 - 1
web/css/src/themes/default.css

@@ -3663,9 +3663,11 @@ li[aria-expanded="true"] a {
 .password-meter {
   appearance: none;
   display: block;
-  width: 100%;
+  width: auto;
   background-color: #e7e7e7;
   height: 3px;
+  margin-left: 3px;
+  margin-right: 3px;
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
   box-shadow: 0 1px 2px rgb(0 0 0 / 25%);

+ 6 - 0
web/css/src/themes/vestia.css

@@ -265,6 +265,10 @@ strong {
   border-radius: 0;
 }
 
+.form-check-input {
+  margin-top: 1px;
+}
+
 .pill {
   border-radius: 4px;
 }
@@ -476,6 +480,8 @@ a.vst-text:hover b,
 .password-meter {
   border-radius: 0;
   box-shadow: none;
+  margin-left: 0;
+  margin-right: 0;
 }
 
 .server-info-data {

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
web/css/themes/dark.min.css


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
web/css/themes/default.min.css


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
web/css/themes/vestia.min.css


برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است