Ability to export polls as csv
This commit is contained in:
@@ -341,10 +341,7 @@ div.cp-app-poll-realtime {
|
||||
}
|
||||
}
|
||||
span {
|
||||
user-select: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
.tools_unselectable();
|
||||
}
|
||||
thead {
|
||||
td {
|
||||
@@ -374,6 +371,12 @@ div.cp-app-poll-realtime {
|
||||
width: 1em;
|
||||
text-align: center;
|
||||
}
|
||||
.cp-app-poll-table-bookmark {
|
||||
color: darken(@poll-th-fg, 30%);
|
||||
&.cp-app-poll-table-bookmark-full {
|
||||
color: @poll-th-fg;
|
||||
}
|
||||
}
|
||||
}
|
||||
input {
|
||||
&[type="text"] {
|
||||
|
||||
Reference in New Issue
Block a user