mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
de-uglified button a bit
This commit is contained in:
parent
d7b8ffb738
commit
caef231f7e
@ -66,9 +66,25 @@ ul, li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.action-button {
|
.action-button {
|
||||||
background-color : white;
|
background-color: white;
|
||||||
width : 150px;
|
width: 118px;
|
||||||
display : inline-block;
|
padding: 5px;
|
||||||
|
text-align: center;
|
||||||
|
border-radius: 2px;
|
||||||
|
display: inline-block;
|
||||||
|
font-family: Arial;
|
||||||
|
cursor: pointer;
|
||||||
|
color: white;
|
||||||
|
background: #aaa;
|
||||||
|
text-shadow: 0 -1px 0 #888;
|
||||||
|
}
|
||||||
|
|
||||||
|
.action-button:hover {
|
||||||
|
background: #b0b0b0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.action-button:active {
|
||||||
|
background: #9a9a9a;
|
||||||
}
|
}
|
||||||
|
|
||||||
#preview-list li{
|
#preview-list li{
|
||||||
|
Loading…
Reference in New Issue
Block a user