CC-3561: Add button to automatically rescan watched folders.
-done
This commit is contained in:
parent
dbd6b7444b
commit
295a8ea5fe
4 changed files with 25 additions and 0 deletions
|
@ -1990,6 +1990,17 @@ label span {
|
|||
line-height:12px;
|
||||
padding:0 10px 1px 10px;
|
||||
}
|
||||
|
||||
#watched-folder-section a {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#watched-folder-section a:hover {
|
||||
text-decoration:none;
|
||||
color:#FF5D1A;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
#watched-folder-section dd.block-display input[type="button"]:hover {
|
||||
border: 1px solid #242424;
|
||||
background-color: #292929;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue