Files
flameshot/styles/button.css
2017-05-10 22:14:05 +02:00

13 lines
194 B
CSS

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