diff options
Diffstat (limited to 'lumen/bootstrap.css')
-rw-r--r-- | lumen/bootstrap.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lumen/bootstrap.css b/lumen/bootstrap.css index a5998da0..c728b16f 100644 --- a/lumen/bootstrap.css +++ b/lumen/bootstrap.css @@ -6651,6 +6651,12 @@ button.close { .navbar-btn.btn-xs:active { margin-top: 16px; } +.btn-group-vertical .btn + .btn:hover { + border-top-width: 1px; +} +.btn-group-vertical .btn + .btn:active { + border-top-width: 2px; +} .text-primary, .text-primary:hover { color: #158cba; |