Tooltip for track type column in track library
This commit is contained in:
parent
e56a1b60f4
commit
4002c4ee05
2 changed files with 71 additions and 0 deletions
|
@ -142,6 +142,40 @@ tr.lib-selected > td > div.library_actions_btn:hover {
|
|||
color: #eee;
|
||||
}
|
||||
|
||||
td.library_track_type
|
||||
{
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
||||
.library_track_type_btn {
|
||||
float: left;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 2px;
|
||||
padding: 0px !important;
|
||||
margin: 0px !important;
|
||||
margin-right: 6px !important;
|
||||
line-height: 17px !important;
|
||||
padding: 3px !important;
|
||||
}
|
||||
|
||||
.library_track_type_btn:hover {
|
||||
background: #555;
|
||||
}
|
||||
tr.lib-selected > td > div.library_track_type_btn {
|
||||
border-color: #000;
|
||||
}
|
||||
tr.lib-selected > td > div.library_track_type_btn:hover {
|
||||
background: #000;
|
||||
color: #eee;
|
||||
}
|
||||
.track-type-tip{
|
||||
margin-left: -50px;
|
||||
margin-top: -68px;
|
||||
z-index: 1000 !important;
|
||||
}
|
||||
|
||||
.library_import {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue