mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-14 12:30:56 -04:00
themes improvements (#4472)
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
&:active {
|
||||
background: variables.$main-first-alt;
|
||||
}
|
||||
|
||||
img {
|
||||
filter: brightness(3);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user