add styles for autoloading playlists tootip

This commit is contained in:
ryan 2018-11-26 11:22:19 -06:00
parent 8ed8a8827c
commit 3bdb2949e7
1 changed files with 4 additions and 1 deletions

View File

@ -204,7 +204,7 @@ img.logo
.airtime_auth_help_icon, .custom_auth_help_icon, .stream_username_help_icon,
.playlist_type_help_icon, .repeat_tracks_help_icon, .show_linking_help_icon,
.admin_username_help_icon, .stream_type_help_icon,
.show_timezone_help_icon{
.show_timezone_help_icon, .show_autoplaylist_help_icon {
cursor: help;
position: relative;
display:inline-block; zoom:1;
@ -213,6 +213,9 @@ img.logo
top:2px; right:7px; left: 3px;
line-height:16px !important;
}
.qtip a {
color: white;
}
/* Clearfix */
.clearfix:after, .side_playlist li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}