mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-01-18 15:26:19 +08:00
Improve color picker visuals in dialog
This commit is contained in:
parent
c0c5d2a002
commit
37b30e2916
@ -115,6 +115,7 @@
|
||||
}
|
||||
.dialog_bar .tool {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
}
|
||||
.dialog_vector_group {
|
||||
display: flex;
|
||||
@ -124,6 +125,9 @@
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
.dialog_vector_group > input:not(:last-child) {
|
||||
margin-right: 3px;
|
||||
}
|
||||
.tab_bar {
|
||||
height: 30px;
|
||||
display: flex;
|
||||
|
@ -392,7 +392,7 @@ See http://bgrins.github.io/spectrum/themes/ for instructions.
|
||||
overflow:hidden;
|
||||
cursor:pointer;
|
||||
padding: 6px;
|
||||
height: 32px;
|
||||
height: 30px;
|
||||
display:inline-block;
|
||||
*zoom: 1;
|
||||
*display: inline;
|
||||
@ -415,6 +415,7 @@ See http://bgrins.github.io/spectrum/themes/ for instructions.
|
||||
line-height: 16px;
|
||||
float:left;
|
||||
font-size:10px;
|
||||
pointer-events: none;
|
||||
}
|
||||
.sp-preview {
|
||||
position:relative;
|
||||
@ -423,6 +424,7 @@ See http://bgrins.github.io/spectrum/themes/ for instructions.
|
||||
margin-right: 5px;
|
||||
float:left;
|
||||
z-index: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.sp-palette {
|
||||
|
Loading…
Reference in New Issue
Block a user