Added new button style.
This commit is contained in:
parent
0953cf123c
commit
8e67f69297
1 changed files with 8 additions and 0 deletions
|
@ -792,6 +792,13 @@ table tbody td {
|
|||
color: #d2603a;
|
||||
}
|
||||
|
||||
/* --- buttons --- */
|
||||
.btn-lang {
|
||||
border: 1px solid !important;
|
||||
padding: 0 3px 1px 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* --- Effects classes --- */
|
||||
|
||||
.loaded {
|
||||
|
@ -1069,6 +1076,7 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/* Compact icons in sidebar & TOC hidden */
|
||||
@media all and (min-width: 832px) and (max-width: 1199px) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue