Improve color picker visuals in dialog

This commit is contained in:
JannisX11 2021-03-08 17:28:16 +01:00
parent c0c5d2a002
commit 37b30e2916
2 changed files with 7 additions and 1 deletions

View File

@ -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;

View File

@ -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 {