PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 6.6.6
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v6.6.6
8.7.8 8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 All 534 releases
chatbot / css / jquery.timepicker.css
css
admin-style.css 58.3 KB 1 year ago bootstrap.min.css 118.3 KB 1 year ago common-style.css 44.5 KB 1 year ago font-awesome.min.css 30.3 KB 1 year ago fontpicker.min.css 7.0 KB 1 year ago index.php 30 B 1 year ago jquery.timepicker.css 1.6 KB 1 year ago magnific-popup.css 8.2 KB 1 year ago wp-chatbot-tabs.css 5.7 KB 1 year ago

jquery.timepicker.css in WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services 6.6.6, at css/jquery.timepicker.css

73 lines 1.6 KB Raw Download Zip
1 .ui-timepicker-wrapper {
2 overflow-y: auto;
3 max-height: 150px;
4 width: 6.5em;
5 background: #fff;
6 border: 1px solid #ddd;
7 -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
8 -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
9 box-shadow:0 5px 10px rgba(0,0,0,0.2);
10 outline: none;
11 z-index: 10052;
12 margin: 0;
13 }
14
15 .ui-timepicker-wrapper.ui-timepicker-with-duration {
16 width: 13em;
17 }
18
19 .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
20 .ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
21 width: 11em;
22 }
23
24 .ui-timepicker-list {
25 margin: 0;
26 padding: 0;
27 list-style: none;
28 }
29
30 .ui-timepicker-duration {
31 margin-left: 5px; color: #888;
32 }
33
34 .ui-timepicker-list:hover .ui-timepicker-duration {
35 color: #888;
36 }
37
38 .ui-timepicker-list li {
39 padding: 3px 0 3px 5px;
40 cursor: pointer;
41 white-space: nowrap;
42 color: #000;
43 list-style: none;
44 margin: 0;
45 }
46
47 .ui-timepicker-list:hover .ui-timepicker-selected {
48 background: #fff; color: #000;
49 }
50
51 li.ui-timepicker-selected,
52 .ui-timepicker-list li:hover,
53 .ui-timepicker-list .ui-timepicker-selected:hover {
54 background: #1980EC; color: #fff;
55 }
56
57 li.ui-timepicker-selected .ui-timepicker-duration,
58 .ui-timepicker-list li:hover .ui-timepicker-duration {
59 color: #ccc;
60 }
61
62 .ui-timepicker-list li.ui-timepicker-disabled,
63 .ui-timepicker-list li.ui-timepicker-disabled:hover,
64 .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
65 color: #888;
66 cursor: default;
67 }
68
69 .ui-timepicker-list li.ui-timepicker-disabled:hover,
70 .ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
71 background: #f2f2f2;
72 }
73