CC-3561: Add button to automatically rescan watched folders.

-done
This commit is contained in:
denise 2012-06-14 13:44:56 -04:00
parent dbd6b7444b
commit 295a8ea5fe
4 changed files with 25 additions and 0 deletions

View file

@ -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;