Themes Cicada/Vicuna - dashboard fix for hover effects (#4194)

get rid of unnecessary hover effects on dashboard for both dark themes
This commit is contained in:
René
2024-08-23 08:17:37 +02:00
committed by GitHub
parent 742727d351
commit 8797399fe1
6 changed files with 18 additions and 66 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= theme-cicada
PLUGIN_VERSION= 1.37
PLUGIN_VERSION= 1.38
PLUGIN_COMMENT= The cicada theme - dark grey onyx
PLUGIN_MAINTAINER= rene@team-rebellion.net
PLUGIN_NO_ABI= yes
@@ -1,6 +1,11 @@
.btn-pressed, .btn-pressed:hover {
.btn-pressed {
background-color: #d94f00;
color: white;
&:hover {
background-color: #d94f00;
color: white;
}
}
.fa-spinner {
@@ -17,8 +22,8 @@
}
.widget-error {
margin: 50px;
color: #721c24;
margin: 50px;
color: #721c24;
}
.widget-content {
@@ -224,11 +229,6 @@ div {
font-weight: bold;
}
.flextable-row:hover {
background: #242424;
transition: 500ms;
}
.flex-cell {
text-align: left;
word-break: break-word;
@@ -247,11 +247,6 @@ div {
padding: 0;
border: 0;
border-top: rgb(59, 59, 59);
&:hover {
background: none !important;
transition: 500ms;
}
}
}
@@ -282,11 +277,6 @@ div {
border-top: 1px solid #f7e2d6;
transition: 0.5s;
opacity: 0.4;
&:hover {
background: #F5F5F5 !important;
transition: 500ms;
}
}
.grid-header {
@@ -217,11 +217,6 @@ div {
font-weight: bold;
}
.flextable-row:hover {
background: #242424;
transition: 500ms;
}
.flex-cell {
text-align: left;
word-break: break-word;
@@ -241,10 +236,6 @@ div {
border: 0;
border-top: rgb(59, 59, 59);
}
.column .flex-cell:hover {
background: none !important;
transition: 500ms;
}
.flex-subcell {
width: 100%;
text-align: left;
@@ -270,11 +261,6 @@ div {
opacity: 0.4;
}
.grid-row:hover {
background: #F5F5F5 !important;
transition: 500ms;
}
.grid-header {
border-top: 1px solid #f7e2d6;
font-weight: bold;
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= theme-vicuna
PLUGIN_VERSION= 1.47
PLUGIN_VERSION= 1.48
PLUGIN_COMMENT= The vicuna theme - blue sapphire
PLUGIN_MAINTAINER= rene@team-rebellion.net
PLUGIN_NO_ABI= yes
@@ -1,6 +1,11 @@
.btn-pressed, .btn-pressed:hover {
.btn-pressed {
background-color: #d94f00;
color: white;
&:hover {
background-color: #d94f00;
color: white;
}
}
.fa-spinner {
@@ -17,8 +22,8 @@
}
.widget-error {
margin: 50px;
color: #721c24;
margin: 50px;
color: #721c24;
}
.widget-content {
@@ -224,11 +229,6 @@ div {
font-weight: bold;
}
.flextable-row:hover {
background: #131c22;
transition: 500ms;
}
.flex-cell {
text-align: left;
word-break: break-word;
@@ -247,11 +247,6 @@ div {
padding: 0;
border: 0;
border-top: rgb(59, 59, 59);
&:hover {
background: none !important;
transition: 500ms;
}
}
}
@@ -282,11 +277,6 @@ div {
border-top: 1px solid #f7e2d6;
transition: 0.5s;
opacity: 0.4;
&:hover {
background: #F5F5F5 !important;
transition: 500ms;
}
}
.grid-header {
@@ -217,11 +217,6 @@ div {
font-weight: bold;
}
.flextable-row:hover {
background: #131c22;
transition: 500ms;
}
.flex-cell {
text-align: left;
word-break: break-word;
@@ -241,10 +236,6 @@ div {
border: 0;
border-top: rgb(59, 59, 59);
}
.column .flex-cell:hover {
background: none !important;
transition: 500ms;
}
.flex-subcell {
width: 100%;
text-align: left;
@@ -270,11 +261,6 @@ div {
opacity: 0.4;
}
.grid-row:hover {
background: #F5F5F5 !important;
transition: 500ms;
}
.grid-header {
border-top: 1px solid #f7e2d6;
font-weight: bold;