mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-22 21:36:18 +00:00
UI - Make tabs hoverable
This commit is contained in:
@@ -525,6 +525,8 @@ footer {
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
background-color: rgba(255, 255, 255, 0.2); }
|
||||
.tabs ul li:not(.active):hover {
|
||||
background-color: rgba(255, 255, 255, 0.5); }
|
||||
.tabs ul li.active, .tabs ul li :target {
|
||||
background-color: #fff; }
|
||||
.tabs ul li.active a, .tabs ul li :target a {
|
||||
|
||||
@@ -609,7 +609,11 @@ footer {
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
background-color: rgba(255, 255, 255, 0.2);
|
||||
|
||||
&:not(.active) {
|
||||
&:hover {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
}
|
||||
&.active, :target {
|
||||
background-color: #fff;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user