fixes #585, darker grey for watermark positions box

This commit is contained in:
plegall
2016-12-21 14:25:42 +01:00
parent 42d56b658d
commit 812c2350cb
3 changed files with 18 additions and 4 deletions
+9 -1
View File
@@ -394,4 +394,12 @@ table.qsearch_help_table td {
.font-checkbox [class*=icon-check]:before { color:#aaa; }
#cboxLoadedContent { background-color:#222 !important; }
#cboxLoadedContent { background-color:#222 !important; }
#watermarkPositionBox {
background-color:#333;
}
#watermarkPositionBox label {
color:#aaa;
}