Files
flameshot/styles/button.css
2017-05-13 16:38:43 +02:00

14 lines
218 B
CSS

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