mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 16:26:09 +01:00
This commit is contained in:
parent
cfc4da244e
commit
69cd8f735d
47 changed files with 126 additions and 202 deletions
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
.b3-select {
|
||||
border: 1px solid rgba(0, 0, 0, .06);
|
||||
border-radius: 4px;
|
||||
border-radius: 6px;
|
||||
padding: 4px 8px;
|
||||
line-height: 20px;
|
||||
box-sizing: border-box;
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
.b3-button {
|
||||
cursor: pointer;
|
||||
color: #fff;
|
||||
border-radius: 4px;
|
||||
border-radius: 6px;
|
||||
line-height: 20px;
|
||||
padding: 4px 8px;
|
||||
background-color: #218bff;
|
||||
|
|
@ -169,7 +169,7 @@
|
|||
vertical-align: middle;
|
||||
background-color: #f3f3f3;
|
||||
border: solid 1px rgba(0, 0, 0, .06);
|
||||
border-radius: 3px;
|
||||
border-radius: 6px;
|
||||
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .06);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue