nextcloud-app-radio/css/main.css
Jonas Heinrich 6f9f8e42c1 first commit
2016-11-17 23:07:22 +01:00

27 lines
245 B
CSS

body {
padding: 20px;
}
input {
width: 100%;
margin-bottom: 20px;
}
table {
width: 100%;
}
td{
border-right: none;
border-left: none;
}
tr{
padding: 5px;
}
tr:hover {
background-color: edeff2;
transition: all 0.1s ease;
}