mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:41:34 +08:00
Various color picker fixes
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
.ueb-button {
|
||||
min-width: 60px;
|
||||
border: 1px solid #0f0f0f;
|
||||
padding: 2px 10px;
|
||||
background: #383838;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background: #575757;
|
||||
}
|
||||
}
|
||||
|
||||
.ueb-buttons {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.ueb-vertical-slider>ueb-ui-slider {
|
||||
position: relative;
|
||||
padding-bottom: 10px;
|
||||
@@ -23,18 +43,27 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ueb-horizontal-slider {
|
||||
.ueb-horizontal-slider,
|
||||
.ueb-text-input {
|
||||
position: relative;
|
||||
border: 1px solid #383838;
|
||||
border-radius: 6px;
|
||||
padding: 1px;
|
||||
background: #0f0f0f;
|
||||
}
|
||||
|
||||
.ueb-horizontal-slider {
|
||||
position: relative;
|
||||
padding: 1px;
|
||||
|
||||
&:hover {
|
||||
cursor: ew-resize;
|
||||
}
|
||||
}
|
||||
|
||||
ueb-window .ueb-pin-input-content {
|
||||
padding: 1px 10px;
|
||||
}
|
||||
|
||||
.ueb-horizontal-slider>ueb-ui-slider {
|
||||
display: block;
|
||||
position: relative;
|
||||
|
||||
@@ -147,6 +147,7 @@ ueb-ui-slider {
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
flex-grow: 1;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.ueb-color-picker-advanced .ueb-color-picker-column>div {
|
||||
@@ -193,4 +194,19 @@ ueb-ui-slider {
|
||||
|
||||
.ueb-color-picker-gradient {
|
||||
height: 6px;
|
||||
}
|
||||
|
||||
.ueb-color-control {
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
.ueb-color-control-label {
|
||||
margin-right: 5px;
|
||||
color: #c0c0c0;
|
||||
}
|
||||
|
||||
.ueb-color-control .ueb-pin-input-content {
|
||||
line-height: 20px;
|
||||
font-family: monospace;
|
||||
color: #c0c0c0;
|
||||
}
|
||||
Reference in New Issue
Block a user