@@ -7,6 +7,6 @@ charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
-[*.html]
+[*.{html,css}]
indent_size = 2
indent_style = space
@@ -123,6 +123,10 @@ select {
border: 1px solid #404040;
}
+.notification-container .empty {
+ color: #dadada;
+}
+
.notification-container .empty .status-icon {
color: #dadada;
@@ -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%);
@@ -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,
box-shadow: none;
+ margin-left: 0;
+ margin-right: 0;
.server-info-data {