mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
.nav > li.disabled color fix for tukan (#896)
This commit is contained in:
@@ -5202,7 +5202,7 @@ tbody.collapse.in {
|
||||
padding: 3px 20px;
|
||||
font-size: 12px;
|
||||
line-height: 1.428571429;
|
||||
color: #777777;
|
||||
color: #b0b0b0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@@ -5743,13 +5743,14 @@ a:focus {
|
||||
|
||||
.nav {
|
||||
> li.disabled > a {
|
||||
color: #777777;
|
||||
color: #fff;
|
||||
&:hover, &:focus {
|
||||
color: #777777;
|
||||
text-decoration: none;
|
||||
background-color: transparent;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #839caa;
|
||||
opacity:0.9;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
.open > a {
|
||||
background-color: #336480;
|
||||
|
||||
@@ -3229,7 +3229,7 @@ tbody.collapse.in {
|
||||
padding: 3px 20px;
|
||||
font-size: 12px;
|
||||
line-height: 1.428571429;
|
||||
color: #777777;
|
||||
color: #b0b0b0;
|
||||
white-space: nowrap; }
|
||||
|
||||
.dropdown-backdrop {
|
||||
@@ -3569,12 +3569,13 @@ tbody.collapse.in {
|
||||
text-decoration: underline; }
|
||||
|
||||
.nav > li.disabled > a {
|
||||
color: #777777; }
|
||||
color: #fff; }
|
||||
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
|
||||
color: #777777;
|
||||
text-decoration: none;
|
||||
background-color: transparent;
|
||||
cursor: not-allowed; }
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
background-color: #839caa;
|
||||
opacity:0.9;
|
||||
cursor: not-allowed; }
|
||||
|
||||
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
|
||||
background-color: #336480;
|
||||
|
||||
Reference in New Issue
Block a user