diff options
Diffstat (limited to 'flatly/bootstrap.css')
-rw-r--r-- | flatly/bootstrap.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css index 8113904d..475242ab 100644 --- a/flatly/bootstrap.css +++ b/flatly/bootstrap.css @@ -4341,7 +4341,7 @@ textarea.input-group-sm > .input-group-btn > .btn { .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { - color: #95a5a6; + color: #2c3e50; cursor: default; background-color: #ffffff; border: 1px solid #ecf0f1; @@ -7599,6 +7599,12 @@ input[type="color"]:focus, border: 2px solid #18bc9c; } +.nav .open > a, +.nav .open > a:hover, +.nav .open > a:focus { + border-color: transparent; +} + .pagination a, .pagination a:hover { color: #fff; |