adapter
4 years ago
colorpicker
6 years ago
customizer
4 years ago
flags
4 years ago
font-awesome
4 years ago
fontawesome
4 years ago
images
6 years ago
tel
4 years ago
themes
6 years ago
confirmdialog.css
1 year ago
contextmenu.css
1 year ago
environment.css
4 years ago
index.html
6 years ago
input-select.css
2 years ago
jquery-ui.min.css
6 years ago
jquery-ui.structure.min.css
6 years ago
jquery-ui.theme.min.css
6 years ago
jquery.fancybox.css
4 years ago
toast.css
1 year ago
vap-emparea.css
1 year ago
vikappointments-mobile.css
1 year ago
vikappointments.css
5 months ago
input-select.css
315 lines
| 1 | /* Dropdown */ |
| 2 | |
| 3 | .select2-container { |
| 4 | font-size: 14px !important; |
| 5 | } |
| 6 | .select2-container > .select2-choice { |
| 7 | background-color: #fff !important; |
| 8 | background-image: none !important; |
| 9 | border: 1px solid #ccc !important; |
| 10 | border-radius: 2px !important; |
| 11 | height: 36px !important; |
| 12 | line-height: 36px !important; |
| 13 | } |
| 14 | .select2-container.select2-container-disabled > .select2-choice { |
| 15 | background-color: #f6f6f6 !important; |
| 16 | } |
| 17 | .select2-container.select2-container-multi .select2-choices { |
| 18 | min-height: 36px !important; |
| 19 | } |
| 20 | .select2-container.select2-container-multi .select2-input { |
| 21 | padding: 7px !important; |
| 22 | } |
| 23 | .select2-container.select2-dropdown-open > .select2-choice { |
| 24 | border-radius: 2px 2px 0 0 !important; |
| 25 | } |
| 26 | .select2-container.select2-dropdown-open.select2-drop-above > .select2-choice { |
| 27 | border-radius: 0 0 2px 2px !important; |
| 28 | border-top: 1px solid #ccc !important; |
| 29 | } |
| 30 | .select2-container-active > .select2-choice { |
| 31 | box-shadow: none !important; |
| 32 | } |
| 33 | .select2-container .select2-choice abbr { |
| 34 | top: 11px !important; |
| 35 | } |
| 36 | #select2-drop.select2-drop-active { |
| 37 | border-color: #ccc !important; |
| 38 | } |
| 39 | .select2-container > .select2-choice .select2-arrow { |
| 40 | background-image: none !important; |
| 41 | background-color: #eee !important; |
| 42 | border-radius: 0 2px 2px 0 !important; |
| 43 | border-left: 1px solid #ccc !important; |
| 44 | } |
| 45 | .select2-container > .select2-choice .select2-arrow b { |
| 46 | background-position: 0 5px !important; |
| 47 | } |
| 48 | .select2-dropdown-open .select2-choice .select2-arrow b { |
| 49 | background-position: -18px 5px !important; |
| 50 | } |
| 51 | .select2-search { |
| 52 | padding: 0 !important; |
| 53 | position: relative; |
| 54 | } |
| 55 | .select2-search input { |
| 56 | background: 0 !important; |
| 57 | border: 1px solid #ccc !important; |
| 58 | border-left: 0 !important; |
| 59 | border-right: 0 !important; |
| 60 | padding: 6px 24px 6px 6px !important; |
| 61 | |
| 62 | } |
| 63 | .select2-search:after { |
| 64 | width: 18px; |
| 65 | height: 18px; |
| 66 | content: ""; |
| 67 | position: absolute; |
| 68 | right: 5px; |
| 69 | top: 6px; |
| 70 | background: url('../js/select2/select2.png') no-repeat 100% -22px !important; |
| 71 | } |
| 72 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) { |
| 73 | .select2-with-searchbox .select2-search input, |
| 74 | .select2-with-searchbox .select2-search-choice-close, |
| 75 | .select2-with-searchbox .select2-container .select2-choice abbr, |
| 76 | .select2-with-searchbox .select2-container .select2-choice .select2-arrow b { |
| 77 | background-image: none !important; |
| 78 | } |
| 79 | .select2-search:after { |
| 80 | background: url('../js/select2/select2x2.png') no-repeat 100% -21px !important; |
| 81 | background-size: 60px 40px !important; |
| 82 | } |
| 83 | } |
| 84 | |
| 85 | .select2-results { |
| 86 | margin: 0 !important; |
| 87 | padding: 0 !important; |
| 88 | } |
| 89 | .select2-results li { |
| 90 | padding: 2px 0 !important; |
| 91 | } |
| 92 | .select2-results li.select2-no-results { |
| 93 | padding: 6px !important; |
| 94 | } |
| 95 | .select2-drop.select2-drop-above { |
| 96 | border-radius: 2px 2px 0 0 !important; |
| 97 | } |
| 98 | .select2-drop.select2-drop-above .select2-search input { |
| 99 | margin-top: 0 !important; |
| 100 | border-top: 0 !important; |
| 101 | } |
| 102 | |
| 103 | /* Multiple select */ |
| 104 | |
| 105 | .select2-container-multi .select2-choices { |
| 106 | background-image: none !important; |
| 107 | border: 1px solid #ccc !important; |
| 108 | } |
| 109 | .select2-container-multi .select2-choices .select2-input { |
| 110 | box-shadow: none !important; |
| 111 | background: none !important; |
| 112 | border: 0 !important; |
| 113 | } |
| 114 | .select2-container-multi .select2-choices .select2-search-field { |
| 115 | border-bottom: 0 !important; |
| 116 | } |
| 117 | .select2-container-multi .select2-choices .select2-search-choice { |
| 118 | background-color: #006699 !important; |
| 119 | border-color: #006699 !important; |
| 120 | background-image: none !important; |
| 121 | color: #fff !important; |
| 122 | padding: 8px 20px 8px 8px !important; |
| 123 | box-shadow: none !important; |
| 124 | } |
| 125 | .select2-container-multi .select2-search-choice-close { |
| 126 | position: absolute; |
| 127 | top: 7px; |
| 128 | right: 3px !important; |
| 129 | left: auto !important; |
| 130 | color: #fff; |
| 131 | background-image: none !important; |
| 132 | text-decoration: none !important; |
| 133 | } |
| 134 | .select2-container-multi .select2-search-choice-close:before { |
| 135 | content: "×"; |
| 136 | display: block; |
| 137 | font-size: 15px; |
| 138 | } |
| 139 | .select2-container-multi .select2-search-choice-close:hover, .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close { |
| 140 | background-position: right top !important; |
| 141 | } |
| 142 | .select2-drop.select2-drop-above.select2-drop-active { |
| 143 | border-bottom: 1px solid #ccc !important; |
| 144 | } |
| 145 | |
| 146 | /* Buttons */ |
| 147 | |
| 148 | a.vap-btn, |
| 149 | button.vap-btn, |
| 150 | a.vap-btn:hover, |
| 151 | button.vap-btn:hover { |
| 152 | text-decoration: none !important; |
| 153 | } |
| 154 | |
| 155 | a.vap-btn, |
| 156 | button.vap-btn { |
| 157 | padding: 8px 16px; |
| 158 | font-size: 14px; |
| 159 | border-radius: 3px; |
| 160 | border: 0; |
| 161 | cursor: pointer; |
| 162 | display: inline-block; |
| 163 | background-color: var(--vap-button-default-background) !important; |
| 164 | color: var(--vap-button-default-color) !important; |
| 165 | box-sizing: border-box; |
| 166 | } |
| 167 | a.vap-btn.large, |
| 168 | button.vap-btn.large { |
| 169 | padding: 6px 40px; |
| 170 | } |
| 171 | a.vap-btn.big, |
| 172 | button.vap-btn.big { |
| 173 | padding: 10px 18px; |
| 174 | font-size: 16px; |
| 175 | } |
| 176 | a.vap-btn.small, |
| 177 | button.vap-btn.small { |
| 178 | font-size: 12px; |
| 179 | } |
| 180 | a.vap-btn:hover, |
| 181 | button.vap-btn:hover { |
| 182 | background-color: var(--vap-button-default-hover-background) !important; |
| 183 | color: var(--vap-button-default-hover-color) !important; |
| 184 | } |
| 185 | a.vap-btn.disabled:hover, |
| 186 | button.vap-btn[disabled]:hover { |
| 187 | background-color: var(--vap-button-default-background) !important; |
| 188 | color: var(--vap-button-default-color) !important; |
| 189 | } |
| 190 | a.vap-btn:active, a.vap-btn.active, |
| 191 | button.vap-btn:active, button.vap-btn.active { |
| 192 | background-color: var(--vap-button-default-active-background) !important; |
| 193 | color: var(--vap-button-default-active-color) !important; |
| 194 | } |
| 195 | a.vap-btn i, button.vap-btn i { |
| 196 | color: var(--vap-button-default-color) !important; |
| 197 | } |
| 198 | a.vap-btn svg path, button.vap-btn svg path { |
| 199 | fill: var(--vap-button-default-color) !important; |
| 200 | } |
| 201 | |
| 202 | a.vap-btn.blue, |
| 203 | button.vap-btn.blue { |
| 204 | background-color: var(--vap-button-primary-background) !important; |
| 205 | color: var(--vap-button-primary-color) !important; |
| 206 | } |
| 207 | a.vap-btn.blue:hover, |
| 208 | button.vap-btn.blue:hover { |
| 209 | background-color: var(--vap-button-primary-hover-background) !important; |
| 210 | color: var(--vap-button-primary-hover-color) !important; |
| 211 | } |
| 212 | a.vap-btn.blue.disabled:hover, |
| 213 | button.vap-btn.blue[disabled]:hover { |
| 214 | background-color: var(--vap-button-primary-background) !important; |
| 215 | color: var(--vap-button-primary-color) !important; |
| 216 | } |
| 217 | a.vap-btn.blue:active, a.vap-btn.blue.active, |
| 218 | button.vap-btn.blue:active, button.vap-btn.blue.active { |
| 219 | background-color: var(--vap-button-primary-active-background) !important; |
| 220 | color: var(--vap-button-primary-active-color) !important; |
| 221 | } |
| 222 | a.vap-btn.blue i, button.vap-btn.blue i { |
| 223 | color: var(--vap-button-primary-color) !important; |
| 224 | } |
| 225 | a.vap-btn.blue svg path, button.vap-btn.blue svg path { |
| 226 | fill: var(--vap-button-primary-color) !important; |
| 227 | } |
| 228 | |
| 229 | a.vap-btn.green, |
| 230 | button.vap-btn.green { |
| 231 | background-color: var(--vap-button-success-background) !important; |
| 232 | color: var(--vap-button-success-color) !important; |
| 233 | } |
| 234 | a.vap-btn.green:hover, |
| 235 | button.vap-btn.green:hover { |
| 236 | background-color: var(--vap-button-success-hover-background) !important; |
| 237 | color: var(--vap-button-success-hover-color) !important; |
| 238 | } |
| 239 | a.vap-btn.green.disabled:hover, |
| 240 | button.vap-btn.green[disabled]:hover { |
| 241 | background-color: var(--vap-button-success-background) !important; |
| 242 | color: var(--vap-button-success-color) !important; |
| 243 | } |
| 244 | a.vap-btn.green:active, a.vap-btn.green.active, |
| 245 | button.vap-btn.green:active, button.vap-btn.green.active { |
| 246 | background-color: var(--vap-button-success-active-background) !important; |
| 247 | color: var(--vap-button-success-active-color) !important; |
| 248 | } |
| 249 | a.vap-btn.green i, button.vap-btn.green i { |
| 250 | color: var(--vap-button-success-color) !important; |
| 251 | } |
| 252 | a.vap-btn.green svg path, button.vap-btn.green svg path { |
| 253 | fill: var(--vap-button-success-color) !important; |
| 254 | } |
| 255 | |
| 256 | a.vap-btn.red, |
| 257 | button.vap-btn.red { |
| 258 | background-color: var(--vap-button-danger-background) !important; |
| 259 | color: var(--vap-button-danger-color) !important; |
| 260 | } |
| 261 | a.vap-btn.red:hover, |
| 262 | button.vap-btn.red:hover { |
| 263 | background-color: var(--vap-button-danger-hover-background) !important; |
| 264 | color: var(--vap-button-danger-hover-color) !important; |
| 265 | } |
| 266 | a.vap-btn.red.disabled:hover, |
| 267 | button.vap-btn.red[disabled]:hover { |
| 268 | background-color: var(--vap-button-danger-background) !important; |
| 269 | color: var(--vap-button-danger-color) !important; |
| 270 | } |
| 271 | a.vap-btn.red:active, a.vap-btn.red.active, |
| 272 | button.vap-btn.red:active, button.vap-btn.red.active { |
| 273 | background-color: var(--vap-button-danger-active-background) !important; |
| 274 | color: var(--vap-button-danger-active-color) !important; |
| 275 | } |
| 276 | a.vap-btn.red i, button.vap-btn.red i { |
| 277 | color: var(--vap-button-danger-color) !important; |
| 278 | } |
| 279 | a.vap-btn.red svg path, button.vap-btn.red svg path { |
| 280 | fill: var(--vap-button-danger-color) !important; |
| 281 | } |
| 282 | |
| 283 | a.vap-btn.dark-gray, |
| 284 | button.vap-btn.dark-gray { |
| 285 | background-color: var(--vap-button-secondary-background) !important; |
| 286 | color: var(--vap-button-secondary-color) !important; |
| 287 | } |
| 288 | a.vap-btn.dark-gray:hover, |
| 289 | button.vap-btn.dark-gray:hover { |
| 290 | background-color: var(--vap-button-secondary-hover-background) !important; |
| 291 | color: var(--vap-button-secondary-hover-color) !important; |
| 292 | } |
| 293 | a.vap-btn.dark-gray.disabled:hover, |
| 294 | button.vap-btn.dark-gray[disabled]:hover { |
| 295 | background-color: var(--vap-button-secondary-background) !important; |
| 296 | color: var(--vap-button-secondary-color) !important; |
| 297 | } |
| 298 | a.vap-btn.dark-gray:active, a.vap-btn.dark-gray.active, |
| 299 | button.vap-btn.dark-gray:active, button.vap-btn.dark-gray.active { |
| 300 | background-color: var(--vap-button-secondary-active-background) !important; |
| 301 | color: var(--vap-button-secondary-active-color) !important; |
| 302 | } |
| 303 | a.vap-btn.dark-gray i, button.vap-btn.dark-gray i { |
| 304 | color: var(--vap-button-secondary-color) !important; |
| 305 | } |
| 306 | a.vap-btn.dark-gray svg path, button.vap-btn.dark-gray svg path { |
| 307 | fill: var(--vap-button-secondary-color) !important; |
| 308 | } |
| 309 | |
| 310 | a.vap-btn.disabled, |
| 311 | button.vap-btn[disabled] { |
| 312 | cursor: default; |
| 313 | opacity: 0.7; |
| 314 | } |
| 315 |