This commit is contained in:
Laurent Destailleur 2018-09-18 11:58:26 +02:00
parent e07ce644e8
commit a8ecec68e7
2 changed files with 4 additions and 4 deletions

View File

@ -5029,7 +5029,7 @@ dl.dropdown {
} }
.dropdown dd ul { .dropdown dd ul {
background-color: #FFF; background-color: #FFF;
border: 1px solid #888; box-shadow: 1px 1px 10px #aaa;
display:none; display:none;
<?php echo $right; ?>:0px; /* pop is align on right */ <?php echo $right; ?>:0px; /* pop is align on right */
padding: 2px 15px 2px 5px; padding: 2px 15px 2px 5px;
@ -5042,7 +5042,7 @@ dl.dropdown {
.dropdown dd ul li { .dropdown dd ul li {
white-space: nowrap; white-space: nowrap;
font-weight: normal; font-weight: normal;
padding: 2px; padding: 4px;
/* color: rgb(<?php print $colortext; ?>); */ /* color: rgb(<?php print $colortext; ?>); */
color: #000; color: #000;
} }

View File

@ -4888,7 +4888,7 @@ dl.dropdown {
} }
.dropdown dd ul { .dropdown dd ul {
background-color: #FFF; background-color: #FFF;
border: 1px solid #888; box-shadow: 1px 1px 10px #aaa;
display:none; display:none;
right:0px; /* pop is align on right */ right:0px; /* pop is align on right */
padding: 2px 15px 2px 5px; padding: 2px 15px 2px 5px;
@ -4901,7 +4901,7 @@ dl.dropdown {
.dropdown dd ul li { .dropdown dd ul li {
white-space: nowrap; white-space: nowrap;
font-weight: normal; font-weight: normal;
padding: 2px; padding: 4px;
color: #000; color: #000;
} }
.dropdown dd ul li input[type="checkbox"] { .dropdown dd ul li input[type="checkbox"] {