nextcloud-app-radio/css/main.css

34 lines
374 B
CSS
Raw Normal View History

2016-11-18 21:45:53 +00:00
* {
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
#radiocontainer {
width: 100%;
2016-11-17 22:07:22 +00:00
padding: 20px;
}
2016-11-18 21:45:53 +00:00
#radioquery {
2016-11-17 22:07:22 +00:00
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;
}