themes improvements (#4472)

This commit is contained in:
maTh
2022-07-31 13:21:47 +02:00
committed by GitHub
parent 5177a17c9f
commit 11d1f653d2
14 changed files with 86 additions and 18 deletions

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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);
}

View File

@@ -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);
}

View File

@@ -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;
}

View File

@@ -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;
}

View File

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

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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 */

View File

@@ -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;

View File

@@ -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;