Only hide borders on column menus
This commit is contained in:
parent
ea00e2d684
commit
325a698ebe
@ -173,11 +173,11 @@ span.applink {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.btn-group-justified .btn-group:first-child > .btn {
|
||||
.column-menu .btn-group:first-child > .btn {
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
.btn-group-justified .btn-group:last-child > .btn {
|
||||
.column-menu .btn-group:last-child > .btn {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user