mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
fixes #585, darker grey for watermark positions box
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user