Files
flameshot/styles/button.css
2017-05-13 01:13:04 +02:00

13 lines
201 B
CSS

Button {
border-radius: 15px;
background-color: rgb(136, 0, 170);
}
Button:hover {
background-color: rgb(166, 0, 200);
}
Button:pressed:!hover {
background-color: rgb(136, 0, 170);
}