Line number reconciliation

This commit is contained in:
Random Penguin 2025-03-20 19:38:35 -05:00
parent 9d0ba2ad10
commit afd1e424c5

View file

@ -1,8 +1,8 @@
/* /*
Name : Bookface Light Name : Bookface Light
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.nav-tabs {
background-image: none !important; background-image: none !important;
border-radius: 8px ; border-radius: 8px ;
} }
/*
Dark Mode has some
additional drop-down
button styling here
that the light mode
version does not
need.
*/
.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 {