Files
trpic/web/styles/submit_url/style.css

17 lines
275 B
CSS

#submit-input,
#submit-button {
color: white;
background-color: rgb(50, 50, 50);
border-radius: .2em;
border: none;
padding: .2em .5em;
}
#submit-button:hover {
background-color: rgb(40, 40, 40);
}
#submit-button:active {
background-color: rgb(50, 50, 50);
}