mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Issue #352: add gold/black SVG backgrounds for selected color
This commit is contained in:
parent
cede7955dd
commit
806b447f93
@ -76,18 +76,16 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 1px;
|
bottom: 1px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border: 7px solid gold;
|
background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20height%3D%2215%22%20width%3D%2215%22%3E%3Cpath%20stroke%3D%22gold%22%20stroke-width%3D%222%22%20d%3D%22M1%203v10h10z%22/%3E%3C/svg%3E');
|
||||||
border-top-color: transparent;
|
width: 14px;
|
||||||
width: 0px;
|
height: 14px;
|
||||||
height: 0px;
|
|
||||||
}
|
}
|
||||||
.palettes-list-primary-color:before {
|
.palettes-list-primary-color:before {
|
||||||
left: 1px;
|
left: 1px;
|
||||||
border-right-color: transparent;
|
|
||||||
}
|
}
|
||||||
.palettes-list-secondary-color:before {
|
.palettes-list-secondary-color:before {
|
||||||
right: 1px;
|
right: 1px;
|
||||||
border-left-color: transparent;
|
background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20height%3D%2215%22%20width%3D%2215%22%3E%3Cpath%20stroke%3D%22gold%22%20stroke-width%3D%222%22%20d%3D%22M3%2013h10V3z%22/%3E%3C/svg%3E');
|
||||||
}
|
}
|
||||||
.palettes-list-actions {
|
.palettes-list-actions {
|
||||||
background-color: #3f3f3f;
|
background-color: #3f3f3f;
|
||||||
|
Loading…
Reference in New Issue
Block a user