maTh 3 лет назад
Родитель
Сommit
11d1f653d2

+ 6 - 2
p/themes/Alternative-Dark/adark.css

@@ -186,10 +186,14 @@ a.btn {
 }
 
 .btn-important:hover {
-	background: #0062b7;
+	background: #45699a;
 	color: #eee;
 }
 
+.btn-important .icon {
+	filter: brightness(3);
+}
+
 .btn-important:active {
 	background: #0044cb;
 	box-shadow: none;
@@ -312,7 +316,7 @@ a.btn {
 }
 
 .dropdown-menu::after {
-	border-color: #ddd;
+	border-color: #333;
 }
 
 .dropdown-header {

+ 6 - 2
p/themes/Alternative-Dark/adark.rtl.css

@@ -186,10 +186,14 @@ a.btn {
 }
 
 .btn-important:hover {
-	background: #0062b7;
+	background: #45699a;
 	color: #eee;
 }
 
+.btn-important .icon {
+	filter: brightness(3);
+}
+
 .btn-important:active {
 	background: #0044cb;
 	box-shadow: none;
@@ -312,7 +316,7 @@ a.btn {
 }
 
 .dropdown-menu::after {
-	border-color: #ddd;
+	border-color: #333;
 }
 
 .dropdown-header {

+ 1 - 5
p/themes/Dark-pink/pinkdark.css

@@ -68,10 +68,6 @@
 	color: #4f5e78;
 }
 
-.dropdown-menu::after {
-	border-color: #ffb6c1;
-}
-
 input:focus {
 	outline: none;
 	border: 1px solid #ff449a;
@@ -125,5 +121,5 @@ input:focus {
 }
 
 #btn-add > img {
-	filter: invert(100%);
+	filter: brightness(0.75);
 }

+ 1 - 5
p/themes/Dark-pink/pinkdark.rtl.css

@@ -68,10 +68,6 @@
 	color: #4f5e78;
 }
 
-.dropdown-menu::after {
-	border-color: #ffb6c1;
-}
-
 input:focus {
 	outline: none;
 	border: 1px solid #ff449a;
@@ -125,5 +121,5 @@ input:focus {
 }
 
 #btn-add > img {
-	filter: invert(100%);
+	filter: brightness(0.75);
 }

+ 13 - 0
p/themes/Dark/dark.css

@@ -204,11 +204,20 @@ a.btn {
 	background: linear-gradient(to top, #4a5d7a 0%, #26303f 100%);
 }
 
+.btn:hover .icon {
+	filter: brightness(1);
+}
+
 .btn.active,
 .dropdown-target:target ~ .btn.dropdown-toggle {
 	background: #333;
 }
 
+.btn.active .icon,
+.dropdown-target:target ~ .btn.dropdown-toggle .icon {
+	filter: brightness(1);
+}
+
 .btn:active {
 	background: #26303f;
 }
@@ -226,6 +235,10 @@ a.btn {
 	background: #26303f;
 }
 
+.btn-important .icon {
+	filter: brightness(1);
+}
+
 .btn-attention {
 	background: #801;
 }

+ 13 - 0
p/themes/Dark/dark.rtl.css

@@ -204,11 +204,20 @@ a.btn {
 	background: linear-gradient(to top, #4a5d7a 0%, #26303f 100%);
 }
 
+.btn:hover .icon {
+	filter: brightness(1);
+}
+
 .btn.active,
 .dropdown-target:target ~ .btn.dropdown-toggle {
 	background: #333;
 }
 
+.btn.active .icon,
+.dropdown-target:target ~ .btn.dropdown-toggle .icon {
+	filter: brightness(1);
+}
+
 .btn:active {
 	background: #26303f;
 }
@@ -226,6 +235,10 @@ a.btn {
 	background: #26303f;
 }
 
+.btn-important .icon {
+	filter: brightness(1);
+}
+
 .btn-attention {
 	background: #801;
 }

+ 4 - 0
p/themes/Mapco/_forms.scss

@@ -30,6 +30,10 @@
 		&:active {
 			background: variables.$main-first-alt;
 		}
+
+		img {
+			filter: brightness(3);
+		}
 	}
 
 

+ 3 - 0
p/themes/Mapco/mapco.css

@@ -81,6 +81,9 @@
 .btn.btn-important:hover, .btn.btn-important:active {
 	background: #25c;
 }
+.btn.btn-important img {
+	filter: brightness(3);
+}
 .btn.btn-attention {
 	background: #f5633e;
 	color: #fff;

+ 3 - 0
p/themes/Mapco/mapco.rtl.css

@@ -81,6 +81,9 @@
 .btn.btn-important:hover, .btn.btn-important:active {
 	background: #25c;
 }
+.btn.btn-important img {
+	filter: brightness(3);
+}
 .btn.btn-attention {
 	background: #f5633e;
 	color: #fff;

+ 4 - 0
p/themes/Pafat/pafat.css

@@ -645,6 +645,10 @@ a.signin {
 	background-color: #fff;
 }
 
+.aside_feed .tree-folder .dropdown-toggle .icon {
+	filter: brightness(3);
+}
+
 /*=== Configuration pages */
 .post {
 	padding: 10px 50px;

+ 4 - 0
p/themes/Pafat/pafat.rtl.css

@@ -645,6 +645,10 @@ a.signin {
 	background-color: #fff;
 }
 
+.aside_feed .tree-folder .dropdown-toggle .icon {
+	filter: brightness(3);
+}
+
 /*=== Configuration pages */
 .post {
 	padding: 10px 50px;

+ 8 - 2
p/themes/Swage/swage.css

@@ -262,6 +262,9 @@ form th {
 .nav-list .item.error a {
 	color: #c46178;
 }
+.nav-list .item .icon {
+	filter: brightness(3);
+}
 .nav-list .disable {
 	text-align: center;
 	background: #fcfcfc;
@@ -587,6 +590,9 @@ form th {
 	z-index: 1000;
 	width: 35px;
 }
+.header .item.configure .dropdown .icon {
+	filter: brightness(3);
+}
 
 .aside {
 	padding: 35px 0;
@@ -653,11 +659,9 @@ form th {
 .prompt p {
 	margin: 20px 0;
 }
-
 #global {
 	height: 100vh;
 }
-
 #new-article {
 	background: #0062be;
 	font-size: 1em;
@@ -1156,3 +1160,5 @@ button.as-link {
 #slider .form-group:hover {
 	background: initial;
 }
+
+/*# sourceMappingURL=swage.css.map */

+ 6 - 2
p/themes/Swage/swage.rtl.css

@@ -262,6 +262,9 @@ form th {
 .nav-list .item.error a {
 	color: #c46178;
 }
+.nav-list .item .icon {
+	filter: brightness(3);
+}
 .nav-list .disable {
 	text-align: center;
 	background: #fcfcfc;
@@ -587,6 +590,9 @@ form th {
 	z-index: 1000;
 	width: 35px;
 }
+.header .item.configure .dropdown .icon {
+	filter: brightness(3);
+}
 
 .aside {
 	padding: 35px 0;
@@ -653,11 +659,9 @@ form th {
 .prompt p {
 	margin: 20px 0;
 }
-
 #global {
 	height: 100vh;
 }
-
 #new-article {
 	background: #0062be;
 	font-size: 1em;

+ 14 - 0
p/themes/Swage/swage.scss

@@ -338,6 +338,10 @@ form {
 		&.error a {
 			color: color.adjust( $color_bad, $lightness: 10%);
 		}
+
+		.icon {
+			filter: brightness(3);
+		}
 	}
 
 	.disable {
@@ -695,6 +699,8 @@ form {
 }
 
 .header {
+	height: auto;
+
 	> .item {
 		vertical-align: middle;
 
@@ -732,6 +738,10 @@ form {
 		right: 0;
 		z-index: 1000;
 		width: 35px;
+
+		.dropdown .icon {
+			filter: brightness(3);
+		}
 	}
 }
 
@@ -825,6 +835,10 @@ form {
 	}
 }
 
+#global {
+	height: 100vh;
+}
+
 #new-article {
 	background: $color_nav;
 	font-size: 1em;