mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
21 lines
No EOL
807 B
CSS
21 lines
No EOL
807 B
CSS
#selectable .ui-selecting { background: #7FFFD4; }
|
|
#selectable .ui-selected { background: #5CB3FF; color: #000000; }
|
|
#selectable { list-style-type: none; margin: 2px; padding: 0; width: 90%; }
|
|
#selectable li { padding: 1em; font-size: 1em; height: 9px;text-align: center;margin: 4px;}
|
|
|
|
.ui-icon.exporticon { background-image:url('images/export.gif');}
|
|
|
|
#feedback { font-size: 1.4em; }
|
|
|
|
#selectableadd .ui-selecting { background: #0066CC; }
|
|
#selectableadd .ui-selected { background: #0066CC; color: white; }
|
|
#selectableadd { list-style-type: none; margin: 0; padding: 0; width: 90%; text-align: center; }
|
|
#selectableadd li { margin: 3px; padding: 0.4em; font-size: 1 em; height: 18px; text-align: center;}
|
|
|
|
.popupgroup {
|
|
border: 1px solid #DAE5F4;
|
|
padding: 10px;
|
|
border-radius: 3px;
|
|
margin: 8px;
|
|
|
|
} |