Use icon for pane toggle
This commit is contained in:
parent
eeb9dd15bf
commit
07d8ab257f
3 changed files with 21 additions and 6 deletions
15
frontend-js/dist/style.css
vendored
15
frontend-js/dist/style.css
vendored
|
|
@ -186,6 +186,21 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
|
|||
.btn.secondary { background: #e1e1e1; color: var(--ol-text); border: 1px solid var(--ol-border); }
|
||||
.btn.secondary:hover { background: #d5d5d5; }
|
||||
.btn.compact { padding: 3px 9px; }
|
||||
.btn.mode-toggle {
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
padding: 0;
|
||||
border-radius: 50%;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 15px;
|
||||
line-height: 1;
|
||||
}
|
||||
.swap-icon {
|
||||
display: block;
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
.input, select, textarea {
|
||||
border: 1px solid #abadb3; padding: 5px 7px; font: inherit; width: 100%;
|
||||
background: #fff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue