From 2b6970d33afd75be5bfef951dc3691d492004d43 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Tue, 18 Apr 2023 01:11:37 +0300 Subject: admin back-office environment (skeleton); admin categories --- public/assets/js/dataTables/pythiaDropDown.css | 73 -------------------------- 1 file changed, 73 deletions(-) delete mode 100644 public/assets/js/dataTables/pythiaDropDown.css (limited to 'public/assets/js/dataTables/pythiaDropDown.css') diff --git a/public/assets/js/dataTables/pythiaDropDown.css b/public/assets/js/dataTables/pythiaDropDown.css deleted file mode 100644 index 03c6338..0000000 --- a/public/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 -- cgit v1.2.3