added chromecast icon
This commit is contained in:
parent
3d0e125dd3
commit
869717c745
16 changed files with 59 additions and 0 deletions
18
dashboard-ui/css/chromecast.css
Normal file
18
dashboard-ui/css/chromecast.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
.btnCast {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
background-size: 100%;
|
||||
vertical-align: middle;
|
||||
margin: 0 .6em;
|
||||
}
|
||||
|
||||
.btnDefaultCast {
|
||||
background-image: url(images/chromecast/ic_notification_media_route.png);
|
||||
}
|
||||
|
||||
.btnActiveCast {
|
||||
background-image: url(images/chromecast/ic_media_route_on_holo_dark.png);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue