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
View File
@@ -439,6 +439,15 @@ table.dataTable thead th {
.font-checkbox [class*=icon-check]:before { color:#444; }
#watermarkPositionBox {
border:2px solid #ccc;
background-color:#e5e5e5;
}
#watermarkPositionBox label {
color:#444;
}
/* beta-test begins: specific changes on album edition page*/
#catModify input[type="text"], #catModify textarea {
border: 2px solid #ddd;