diff options
Diffstat (limited to 'lumen/bootswatch.less')
-rw-r--r-- | lumen/bootswatch.less | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lumen/bootswatch.less b/lumen/bootswatch.less index 866ead22..e2771b5b 100644 --- a/lumen/bootswatch.less +++ b/lumen/bootswatch.less @@ -127,6 +127,18 @@ } } +.btn-group-vertical { + .btn + .btn { + &:hover { + border-top-width: 1px; + } + + &:active { + border-top-width: 2px; + } + } +} + // Typography ================================================================= .text-primary, |