mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Fixed palette block css
Implemented colour adding and removing,must debug
This commit is contained in:
@ -1468,13 +1468,13 @@ div#palette-block {
|
||||
|
||||
div#palette-container {
|
||||
display:inline-block;
|
||||
background-color:black;
|
||||
background-color: #232125;
|
||||
position:absolute;
|
||||
scrollbar-color: #332f35 #232125;
|
||||
scroll-behavior: smooth;
|
||||
left:300px;
|
||||
width:300px;
|
||||
height:280px;
|
||||
height:320px;
|
||||
overflow-y: scroll;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
@ -1518,17 +1518,22 @@ ul#palette-list {
|
||||
|
||||
div#pb-options {
|
||||
position:relative;
|
||||
left:300px;
|
||||
height:100px;
|
||||
left:280px;
|
||||
height:30px;
|
||||
width:300px;
|
||||
top:280px;
|
||||
top:300px;
|
||||
|
||||
button {
|
||||
border-radius:none;
|
||||
position:relative;
|
||||
float:left;
|
||||
width:50%;
|
||||
height:100%;
|
||||
text-align:center;
|
||||
cursor: pointer;
|
||||
font-size:16px;
|
||||
background-color:$baseicon;
|
||||
border:none;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
|
Reference in New Issue
Block a user