mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Fix for More... drop menu rollovers
This commit is contained in:
parent
559b2b656d
commit
9d0ba2ad10
1 changed files with 10 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
Name : Bookface Dark
|
Name : Bookface Dark
|
||||||
Version : 1.5.14
|
Version : 1.5.15
|
||||||
Licence : AGPL
|
Licence : AGPL
|
||||||
Created on : 19 Mar 2025
|
Created on : 20 Mar 2025
|
||||||
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
|
Author : Pygoscelis Papua @randompenguin@friendica.world feb @feb@loma.ml Phil @phil@loma.ml
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -170,6 +170,14 @@ ul.tabs li {
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
border-radius: 8px ;
|
border-radius: 8px ;
|
||||||
}
|
}
|
||||||
|
.dropdown-menu li a,
|
||||||
|
.dropdown-menu li .btn-link {
|
||||||
|
color: var(--font-color);
|
||||||
|
}
|
||||||
|
.dropdown-menu > li > a.btn-link:hover,
|
||||||
|
.dropdown-menu > li > a.btn-link:focus {
|
||||||
|
color: #333 !important;
|
||||||
|
}
|
||||||
.dropdown-menu > li.active,
|
.dropdown-menu > li.active,
|
||||||
.dropdown-menu > li.active:hover,
|
.dropdown-menu > li.active:hover,
|
||||||
.dropdown-menu > li.active:focus {
|
.dropdown-menu > li.active:focus {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue