summaryrefslogtreecommitdiff
path: root/html/assets/js/dataTables/pythiaDropDown.css
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-04-17 12:12:22 +0300
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-04-17 12:12:22 +0300
commit68fc9e55e538e03f94509731ab41a0c8cf96710f (patch)
tree3edb1e81864ac3eb35ba0fe8087ed24da1b812bf /html/assets/js/dataTables/pythiaDropDown.css
parent84b2da85a1b452922dadb6a609533b9945afe51d (diff)
downloadclassroom-68fc9e55e538e03f94509731ab41a0c8cf96710f.tar.gz
classroom-68fc9e55e538e03f94509731ab41a0c8cf96710f.tar.bz2
classroom-68fc9e55e538e03f94509731ab41a0c8cf96710f.zip
setup a real server environment (apache DocumentRoot=/var/www/public)
Diffstat (limited to 'html/assets/js/dataTables/pythiaDropDown.css')
-rw-r--r--html/assets/js/dataTables/pythiaDropDown.css73
1 files changed, 0 insertions, 73 deletions
diff --git a/html/assets/js/dataTables/pythiaDropDown.css b/html/assets/js/dataTables/pythiaDropDown.css
deleted file mode 100644
index 03c6338..0000000
--- a/html/assets/js/dataTables/pythiaDropDown.css
+++ /dev/null
@@ -1,73 +0,0 @@
-/* DROP-DOWN CSS RULES
- ----------------------------------------------------------------------------------
- */
-
- #filter-dropdown, #fields-dropdown {
- display: inline-block;
-}
-
-.list-title {
- margin: 0px 5px 0px 0px;
-}
-.filter-title{
- margin: 0px 5px 0px 0px;
-}
-
-.drop-menu li input {
- width: 18px;
- cursor: pointer;
-}
-
-.drop-menu li span {
- vertical-align: top;
-}
-
-.drop-menu li:hover {
- background-color: #f7f7f7;
-}
-
-.drop-menu .btn {
- padding: 5px 12px;
- margin-right: 5px;
- width: auto;
- height: 31px;
-}
-
-.drop-menu .dropdown-menu {
- width: 250px !important;
- padding: 10px;
-}
-
-input.checkbox_top[type="checkbox"]:checked + span {
- color: black;
-}
-input.checkbox_top[type="checkbox"] + span {
- color: grey;
-}
-.container_generated_checkbox {
- display: contents;
- position: relative;
- /* padding-left: 35px; */
- /* margin-bottom: 12px; */
- cursor: pointer;
- /* font-size: 22px; */
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- font-weight: 500;
- }
- .container_checkbox {
- display: contents;
- position: relative;
- /* padding-left: 35px; */
- /* margin-bottom: 12px; */
- cursor: pointer;
- /* font-size: 22px; */
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- font-weight: 500;
- }
- \ No newline at end of file