mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Design attempt
This commit is contained in:
@@ -18,18 +18,11 @@
|
||||
/* Remove the padding on the input container */
|
||||
.sp-replacer {
|
||||
padding: 3px;
|
||||
height: 50%;
|
||||
height: 100%;
|
||||
border-width: 0;
|
||||
box-sizing: border-box;
|
||||
background-color: #888;
|
||||
}
|
||||
.sp-replacer:first-of-type {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
.sp-replacer:not(:first-of-type) {
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
/* Hide the triangle */
|
||||
.sp-dd {
|
||||
display: none;
|
||||
|
||||
@@ -149,6 +149,9 @@
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.palette-wrapper {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.palette-color[data-color=TRANSPARENT] {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user