mirror of
https://github.com/octoleo/syncthing.git
synced 2025-04-04 00:31:50 +00:00
gui: Fix jumping nav tabs in black and dark themes (#7977)
This commit is contained in:
parent
198028d627
commit
793035de61
@ -42,7 +42,7 @@ a:hover,a:focus,a.focus{
|
|||||||
.nav-tabs > li > a:hover,
|
.nav-tabs > li > a:hover,
|
||||||
.nav-tabs > li > a:focus {
|
.nav-tabs > li > a:focus {
|
||||||
background-color: #222222 !important;
|
background-color: #222222 !important;
|
||||||
border: none !important;
|
border-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-text, .dropdown>a, .dropdown-menu>li>a, .hidden-xs>a, .navbar-link {
|
.navbar-text, .dropdown>a, .dropdown-menu>li>a, .hidden-xs>a, .navbar-link {
|
||||||
|
@ -45,7 +45,7 @@ a:hover,a:focus,a.focus{
|
|||||||
.nav-tabs > li > a:hover,
|
.nav-tabs > li > a:hover,
|
||||||
.nav-tabs > li > a:focus {
|
.nav-tabs > li > a:focus {
|
||||||
background-color: #424242 !important;
|
background-color: #424242 !important;
|
||||||
border: none !important;
|
border-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user