cs-cloning.css
8 years ago
cs-cloning.min.css
7 years ago
cs-scan.css
7 years ago
cs-scan.min.css
7 years ago
cs-visibility.css
8 years ago
cs-visibility.min.css
7 years ago
cs.css
5 years ago
cs.min.css
5 years ago
cs-visibility.css
162 lines
| 1 | /** |
| 2 | * CSS rules for the visibility module. |
| 3 | */ |
| 4 | .inactive-sidebar .csb-visibility { |
| 5 | display: none; |
| 6 | } |
| 7 | |
| 8 | .widget-control-actions .button { |
| 9 | margin: 0 0 0 5px; |
| 10 | } |
| 11 | @media screen and (max-width: 782px) { |
| 12 | .widget-control-actions .csb-visibility-button .dashicons { |
| 13 | line-height: normal; |
| 14 | height: auto; |
| 15 | font-size: 19px; |
| 16 | } |
| 17 | } |
| 18 | @media screen and (max-width: 782px) and (max-width: 400px) { |
| 19 | .widget-control-actions .csb-visibility-button .dashicons { |
| 20 | display: none; |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | @media screen and (max-width: 782px) { |
| 25 | .widget-control-actions .alignright, |
| 26 | .widget-control-actions .alignleft { |
| 27 | float: none; |
| 28 | } |
| 29 | .widget-control-actions .alignright { |
| 30 | padding-top: 10px; |
| 31 | text-align: right; |
| 32 | } |
| 33 | .widget-control-actions .alignright .button { |
| 34 | margin-bottom: 5px; |
| 35 | } |
| 36 | } |
| 37 | |
| 38 | .csb-visibility { |
| 39 | margin: 0 -15px 15px; |
| 40 | } |
| 41 | |
| 42 | .csb-option-row { |
| 43 | margin: 0 -15px; |
| 44 | padding: 0 15px 12px; |
| 45 | position: relative; |
| 46 | } |
| 47 | |
| 48 | .csb-visibility-inner { |
| 49 | border: 1px solid #E5E5E5; |
| 50 | border-left: 0; |
| 51 | border-right: 0; |
| 52 | padding: 12px 15px 0; |
| 53 | background: #FAFAFA; |
| 54 | } |
| 55 | .csb-visibility-inner .toggle-action { |
| 56 | display: block; |
| 57 | margin: -15px -15px 0; |
| 58 | padding: 15px 15px 0; |
| 59 | cursor: pointer; |
| 60 | border: 0; |
| 61 | /*color: #0074A2;*/ |
| 62 | } |
| 63 | .csb-visibility-inner .csb-option-row:hover { |
| 64 | background: #F4F4F4; |
| 65 | } |
| 66 | .csb-visibility-inner .csb-option-row:hover.csb-always:hover { |
| 67 | background: transparent; |
| 68 | } |
| 69 | .csb-visibility-inner .csb-option-row.csb-action .action { |
| 70 | top: 15px; |
| 71 | } |
| 72 | .csb-visibility-inner .csb-option-row .clear-filter:hover { |
| 73 | color: #C00; |
| 74 | } |
| 75 | .csb-visibility-inner .csb-option-row .action { |
| 76 | position: absolute; |
| 77 | right: 15px; |
| 78 | top: 7px; |
| 79 | z-index: 1; |
| 80 | color: #AAA; |
| 81 | cursor: pointer; |
| 82 | font-size: 20px; |
| 83 | } |
| 84 | .csb-visibility-inner .csb-option-row .action:hover { |
| 85 | color: #000; |
| 86 | } |
| 87 | .csb-visibility-inner .csb-action { |
| 88 | margin-bottom: 0; |
| 89 | } |
| 90 | .csb-visibility-inner .csb-action label { |
| 91 | cursor: default; |
| 92 | } |
| 93 | .csb-visibility-inner .csb-action b { |
| 94 | padding: 5px; |
| 95 | border: 1px solid transparent; |
| 96 | cursor: pointer; |
| 97 | margin-left: -6px; |
| 98 | } |
| 99 | .csb-visibility-inner .csb-action:hover b { |
| 100 | padding: 5px; |
| 101 | background: #FFF; |
| 102 | border: 1px solid #DDD; |
| 103 | } |
| 104 | .csb-visibility-inner .csb-always { |
| 105 | padding-bottom: 0; |
| 106 | text-align: center; |
| 107 | font-style: italic; |
| 108 | } |
| 109 | .csb-visibility-inner .csb-always label { |
| 110 | margin-bottom: 0; |
| 111 | color: #AAA; |
| 112 | cursor: default; |
| 113 | } |
| 114 | .csb-visibility-inner .csb-and { |
| 115 | margin-right: 10px; |
| 116 | font-weight: bold; |
| 117 | } |
| 118 | .csb-visibility-inner label { |
| 119 | display: block; |
| 120 | border-top: 1px solid #E8E8E8; |
| 121 | margin: 0 -15px 5px; |
| 122 | padding: 5px 15px; |
| 123 | } |
| 124 | .csb-visibility-inner .csb-detail-row label { |
| 125 | border: 0; |
| 126 | margin-bottom: 0; |
| 127 | padding-bottom: 0; |
| 128 | } |
| 129 | .csb-visibility-inner .csb-detail-row .detail { |
| 130 | margin-top: 10px; |
| 131 | } |
| 132 | .csb-visibility-inner .chosen-container { |
| 133 | display: block !important; |
| 134 | width: 100% !important; |
| 135 | } |
| 136 | .csb-visibility-inner .dropdown { |
| 137 | position: absolute; |
| 138 | z-index: 2; |
| 139 | background: #FFF; |
| 140 | border: 1px solid #DDD; |
| 141 | right: 10px; |
| 142 | top: 20px; |
| 143 | color: #555; |
| 144 | box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); |
| 145 | } |
| 146 | .csb-visibility-inner .dropdown li { |
| 147 | padding: 5px 15px; |
| 148 | cursor: pointer; |
| 149 | margin: 0; |
| 150 | } |
| 151 | .csb-visibility-inner .dropdown li:hover { |
| 152 | color: #000; |
| 153 | background: #EEE; |
| 154 | } |
| 155 | .csb-visibility-inner .dropdown li.csb-group, .csb-visibility-inner .dropdown li.csb-group:hover { |
| 156 | color: #999; |
| 157 | font-weight: bold; |
| 158 | background: #F8F8F8; |
| 159 | padding-left: 5px; |
| 160 | cursor: default; |
| 161 | } |
| 162 |