Merge pull request #11375 from Godmartinz/bootS_dropdown_menu_fix

fixes dropdown column select font color  in bootstrap tables
This commit is contained in:
snipe 2022-06-23 18:31:36 -07:00 committed by GitHub
commit 75a631b91f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 25 additions and 9 deletions

View file

@ -137,7 +137,9 @@ a {
.bootstrap-table .fixed-table-container .table thead th .sortable {
color: var(--nav-link);
}
.bootstrap-table .fixed-table-toolbar .columns label {
color:#000;
}
.thead, .navbar-nav>li>a:link {
color: var(--nav-link);
}

View file

@ -132,7 +132,9 @@ a {
.bootstrap-table .fixed-table-container .table thead th .sortable {
color: var(--nav-link);
}
.bootstrap-table .fixed-table-toolbar .columns label {
color:#000;
}
.thead, .navbar-nav>li>a:link {
color: var(--nav-link);
}
@ -149,7 +151,9 @@ a:link {
.btn-primary.hover {
color: var(--nav-link);
}
.bootstrap-table .fixed-table-toolbar .columns label {
color:#000;
}
.small-box h3, .small-box p {
color: var(--nav-link) !important;
a:hover {

View file

@ -119,6 +119,9 @@
.bootstrap-table .fixed-table-container .table thead th .sortable {
color: var(--nav-link);
}
.bootstrap-table .fixed-table-toolbar .columns label {
color:#000;
}
.thead, .navbar-nav>li>a:link {
color: var(--nav-link);

View file

@ -132,7 +132,9 @@ a {
.bootstrap-table .fixed-table-container .table thead th .sortable {
color: var(--nav-link);
}
.bootstrap-table .fixed-table-toolbar .columns label {
color:#000;
}
.thead, .navbar-nav>li>a:link {
color: var(--nav-link);
}

View file

@ -133,6 +133,9 @@ a {
.bootstrap-table .fixed-table-container .table thead th .sortable {
color: var(--nav-link);
}
.bootstrap-table .fixed-table-toolbar .columns label {
color:#000;
}
.thead, .navbar-nav>li>a:link {
color: var(--nav-link);

View file

@ -103,10 +103,10 @@ a {
--back-main: #333;
--back-sub: #3d4144;
--back-sub-alt: rgba(0, 0, 0, 0.36);
--button-default: #FFFF00;
--button-primary: darken(#FFFF00, 25%);
--button-hover: darken(#FFFF00, 30%);
--header: #FFFF00; /* Use same as Header picker */
--button-default: #FFCC32;
--button-primary: darken(#FFCC32, 25%);
--button-hover: darken(#FFCC32, 30%);
--header: #FFCC32; /* Use same as Header picker */
--text-main: #BBB;
--text-sub: #9b9b9b;
--link: #F0E68C; /* Use same as Header picker, lighten by 70% */
@ -131,7 +131,9 @@ a.btn.btn-default{
.bootstrap-table .fixed-table-container .table thead th .sortable {
color: var(--nav-link);
}
.bootstrap-table .fixed-table-toolbar .columns label {
color:#000;
}
.thead, .navbar-nav>li>a:link {
color: var(--nav-link);
}