1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-15 15:32:33 +01:00
Radarr/NzbDrone.Web/Content2/ActionButton.css
2013-02-15 16:51:58 -08:00

23 lines
336 B
CSS

.actionButton
{
margin: 5px;
padding: 2px 5px;
background-repeat: no-repeat;
background-position: 5px center;
background-color: #cccccc;
display: inline-block;
font-size: 15px;
}
.actionButton img
{
cursor: pointer;
vertical-align: middle;
position: relative;
bottom: 3px;
}
.delete
{
}