mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01: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;
|
||||
|
||||
@@ -1173,16 +1173,13 @@ FORM#categoryOrdering p.albumActions .userSeparator {margin:0 5px;}
|
||||
|
||||
/* watermark configuration screen */
|
||||
#watermarkPositionBox {
|
||||
border:2px solid #ccc;
|
||||
width:500px;
|
||||
padding:5px;
|
||||
background-color:#e5e5e5;
|
||||
}
|
||||
|
||||
#watermarkPositionBox label {
|
||||
font-weight:normal;
|
||||
display:block;
|
||||
color:#444;
|
||||
}
|
||||
|
||||
#watermarkPositionBox label.middle {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user