1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

fix: 🐛 Organizr: button color hover fix

This commit is contained in:
GilbN 2022-04-25 22:25:56 +02:00
parent 0105c5738e
commit 5d325c9d02

View File

@ -1403,8 +1403,8 @@ a:hover,
.el-element-overlay .el-card-item .el-overlay-1 .el-info>li a:hover { .el-element-overlay .el-card-item .el-overlay-1 .el-info>li a:hover {
background: transparent; background: transparent;
color: var(--text-hover) !important; color: var(--text-hover);
border: var(--text-hover) !important; border: var(--text-hover);
} }
.progress-bar-info { .progress-bar-info {