| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064 |
- /*
- - Layout
- */
-
- .um {
- width: 100%;
- text-align: left;
- box-sizing: border-box;
- color: #666;
- font-size: 15px;
- margin-bottom: 30px !important;
- -webkit-font-smoothing: antialiased !important;
- -moz-osx-font-smoothing: grayscale !important;
- opacity: 0;
- }
-
- .um-s1,
- .um-s2 {
- display: none;
- }
-
- .um *,
- .um *:before,
- .um *:after {
- box-sizing: content-box;
- }
-
- .um-header a,
- .um-cover a,
- .um-member-photo a,
- .um-member-name a,
- .um-member-more a,
- .um-member-less a,
- .um-members a,
- .um-account-side li a,
- .um-members-pagi span,
- .um-members-pagi a,
- .um-field-value a
- {
- border-bottom: 0 !important;
- }
-
- .um a:focus,
- .um-modal a:focus {
- outline: 0 !important;
- }
-
- .um a .image-overlay,
- .um a:hover .image-overlay,
- .um a:hover .image-overlay * {
- display: none !important;
- width: 0 !important;
- height: 0 !important;
- position: static !important;
- }
-
- /* only in admin mode */
- .um.um-in-admin {
- padding-top: 0;
- }
- .um.um-in-admin .um-tip {display: none !important}
-
- .um:not(.um-directory) input,
- .um:not(.um-directory) select,
- .um:not(.um-directory) textarea{
- font-size: 15px;
- }
-
- .um * {
- -webkit-font-smoothing: antialiased !important;
- -moz-osx-font-smoothing: grayscale !important;
- }
-
- .um-left {float: left}
-
- .um-right {float: right}
-
- .um-clear {clear: both}
-
- .um-center {text-align: center}
- .um-center .um-button {
- display: inline-block !important;
- width: auto !important;
- min-width: 250px !important;
- }
-
- .um-half { width: 48%}
-
- .um-field-half {width: 48%;float: left}
-
- .um-field-half.right {float: right}
-
- .um-field-tri {
- width: 30%;
- float: left;
- margin-right: 3%;
- }
-
- .um img {box-shadow: none !important}
-
- .um-col {padding-bottom: 20px}
- .um-col-alt {margin: 15px 0 5px 0}
- .um-col-alt-s {padding-top: 10px}
- .um-col-alt-b {padding-top: 20px}
-
- .um-col-121 {float: left;width: 48%}
-
- .um-col-122 {float: right;width: 48%}
-
- .um-col-131 {float: left;width: 30%}
-
- .um-col-132 {float: left;width: 30%;margin: 0 5%}
-
- .um-col-133 {float: left;width: 30%}
-
- /*
- - Font Icons
- */
-
- .um-raty i {font-size: 26px}
-
- .um-field-half .um-raty i {font-size: 21px}
-
- .um-field-tri .um-raty i {font-size: 21px}
-
- .um-button i {
- font-size: 22px;
- width: 22px;
- height: 12px !important;
- display: inline-block;
- line-height: 12px !important;
- vertical-align: middle !important;
- position: relative;
- top: -6px;
- margin-right: 8px;
- }
-
- /*
- - Row general css
- */
-
- .um-row-heading {
- padding: 5px 0;
- font-size: 16px;
- }
-
- .um-row-heading i {
- font-size: 24px;
- height: 24px;
- line-height: 24px;
- margin: 0 12px 0 0;
- display: inline-block;
- width: 30px;
- text-align: center;
- }
-
- .um-row-heading i:before {
- vertical-align: middle !important;
- }
-
- /*
- - Notices
- */
-
- p.um-notice {
- width: auto;
- color: #fff;
- box-sizing: border-box;
- font-size: 15px;
- padding: 12px !important;
- margin: 12px 0 0 0 !important;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- position: relative;
- }
-
- p.um-notice a {
- color: #fff;
- text-decoration: underline;
- }
-
- p.um-notice i {
- position: absolute;
- right: 14px;
- font-size: 36px;
- cursor: pointer;
- top: 7px;
- display: block;
- height: 30px;
- line-height: 30px;
- }
-
- p.um-notice.success {
- background: #7ACF58;
- }
-
- p.um-notice.err {
- background: #C74A4A;
- }
-
- p.um-notice.warning {
- background: #f9f9d1;
- color: #666;
- border: 1px solid #efe4a2;
- padding: 8px 15px !important;
- }
-
- p.um-notice.warning a {
- color: #666;
- text-decoration: underline;
- }
-
- /*
- - Errors
- */
-
- .um-field-error {
- width: auto;
- max-width: 100%;
- background: #C74A4A;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- color: #fff;
- box-sizing: border-box;
- position: relative;
- padding: 12px;
- font-size: 14px;
- line-height: 20px !important;
- margin: 12px 0 0 0;
- }
-
- .um-field-error a{color: #fff !important;text-decoration: underline !important}
-
- .um-field-arrow {
- top: -17px;
- left: 10px;
- position: absolute;
- z-index: 1;
- color: #C74A4A;
- font-size: 28px;
- line-height: 1em !important;
- }
-
- .um-error-block {
- width: auto;
- max-width: 100%;
- background: #C74A4A;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- color: #fff;
- box-sizing: border-box;
- position: relative;
- padding: 12px;
- font-size: 14px;
- line-height: 1em !important;
- margin: 12px 0 0 0;
- }
-
- /*
- - Notices
- */
- .um-field-notice {
- width: auto;
- max-width: 100%;
- background: #497BC7;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- color: #fff;
- box-sizing: border-box;
- position: relative;
- padding: 12px;
- font-size: 14px;
- line-height: 20px !important;
- margin: 5px 0 0 0;
- }
-
- .um-field-notice a{color: #fff !important;text-decoration: underline !important}
-
- .um-field-notice .um-field-arrow {
- top: -17px;
- left: 10px;
- position: absolute;
- z-index: 1;
- color: #497BC7 !important;
- font-size: 28px;
- line-height: 1em !important;
- }
-
- .um-notice-block {
- width: auto;
- max-width: 100%;
- background: #497BC7;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- color: #fff;
- box-sizing: border-box;
- position: relative;
- padding: 12px;
- font-size: 14px;
- line-height: 1em !important;
- margin: 12px 0 0 0;
- }
- /*
- - Help tooltips
- */
-
- .um-tip {
- margin: 0 0 0 8px;
- cursor: pointer;
- display: inline-block;
- position: relative;
- top: 3px;
- }
-
- .um-tip i {
- font-size: 22px;
- height: 22px;
- line-height: 22px;
- display: block;
- position: relative;
- }
-
- .um-tip-text {
- display: block;
- font-size: 13px;
- line-height: 15px;
- color: #999;
- }
-
- /*
- - Forms & Fields
- */
-
- .um-form button::-moz-focus-inner,
- .um-form input::-moz-focus-inner {
- border: 0 !important;
- padding: 0 !important;
- }
-
- .um-field {
- position: relative;
- padding: 15px 0 0 0;
- }
-
- .um-field-b, .um-field-c {
- padding-top: 0 !important;
- }
-
- /*.um-field.um-is-conditional {
- display: none;
- }*/
-
- .um-field-label {
- display: block;
- margin: 0 0 8px 0;
- }
-
- .um-field-label .um-field-label-icon {
- float: left;
- margin: 0 8px 0 0;
- height: 22px;
- line-height: 18px;
- display: inline-block;
- width: 24px;
- text-align: center;
- }
- .um-field-label .um-field-label-icon i { font-size: 22px; position: relative; top: 1px; }
-
- .um-field-label label {
- font-size: 15px !important;
- line-height: 22px !important;
- font-weight: bold;
- font-weight: 600;
- }
-
- .um-field-area {
- position: relative;
- word-wrap: break-word;
- }
-
- .um-field-value p {
- margin: 0 0 6px 0 !important;
- padding: 0;
- }
-
- .um-field-block {
- color: #777;
- font-size: 17px;
- }
-
- .um-field-spacing {
- width: 100%;
- }
-
- .um-field-divider {
- width: 100%;
- margin: 0 0 12px 0;
- height: 24px;
- position: relative;
- }
-
- .um-field-divider-text {
- position: absolute;
- width: 100%;
- text-align: center;
- bottom: -24px;
- left: 0;
- font-size: 16px;
- padding: 10px 0;
- }
-
- .um-field-divider-text span {
- background: #fff;
- color: #555;
- display: inline-block;
- padding: 0 15px;
- }
-
- .um-field-icon {
- position: absolute;
- cursor: default;
- text-align: center !important;
- top: 2px;
- left: 0;
- width: 44px;
- font-size: 22px;
- line-height: 1.7em;
- }
-
- .um-form input[type=text],
- .um-form input[type=search],
- .um-form input[type=tel],
- .um-form input[type=number],
- .um-form input[type=password] {
- padding: 0 12px !important;
- width: 100%;
- display: block !important;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- outline: none !important;
- cursor: text !important;
- font-size: 15px !important;
- height: 40px !important;
- box-sizing: border-box !important;
- box-shadow: none !important;
- margin: 0 !important;
- position: static;
- outline: none !important;
- }
-
- .um-form input[type=number] {
- width: auto;
- padding: 0 0 0 5px !important;
- height: 30px !important;
- }
-
- .um-form input[type=text]:focus,
- .um-form input[type=search]:focus,
- .um-form input[type=tel]:focus,
- .um-form input[type=number]:focus,
- .um-form input[type=password]:focus,
- .um-form textarea:focus {
- box-shadow: none !important;
- outline: none !important;
- }
-
- .um-form input[type=text].um-iconed,
- .um-form input[type=tel].um-iconed,
- .um-form input[type=password].um-iconed { padding-left: 44px !important }
-
- .um-form input[type=text].um-error,
- .um-form input[type=tel].um-error,
- .um-form input[type=password].um-error { border-color: #C74A4A !important }
-
- .um-form textarea {
- width: 100%;
- padding: 8px 12px !important;
- display: block;
- font-size: 15px !important;
- line-height: 22px !important;
- background: #fff;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- box-sizing: border-box;
- min-height: 80px !important;
- box-shadow: none;
- outline: none !important;
- }
-
- .um-form .um-meta-text textarea {
- max-width: 100%;
- }
-
- .um-form .wp-editor-container {
- border: 1px solid #ddd;
- }
-
- .um-form .wp-editor-container textarea {
- background: #ddd !important;
- color: #222 !important;
- border-radius: 0;
- }
-
- /*
- - Radio & Checkboxes
- */
-
- .um-field-c .um-field-checkbox {
- margin-bottom: 14px;
- margin-top: 0 !important;
- position: relative;
- }
-
- .um-field-checkbox:not(.um-field),
- .um-field-radio:not(.um-field) {
- display: block;
- margin: 8px 0;
- position: relative;
- }
-
- .um-profile.um-editing .um-field-checkbox,
- .um-profile.um-editing .um-field-radio{
- cursor: pointer !important;
- }
-
- .um-field-checkbox:hover i, .um-field-radio:hover i {color: #666}
-
- .um-field-checkbox input,
- .um-field-radio input{
- opacity: 0 !important;
- display: inline !important;
- width: 0 !important;
- float: left;
- }
-
- .um-field-checkbox-state,
- .um-field-radio-state {
- position: absolute;
- top: 0;
- left: 1px;
- width: 24px;
- height: 24px;
- }
-
- .um-field-checkbox-state i,
- .um-field-radio-state i {
- font-size: 24px;
- line-height: 24px;
- height: 24px;
- color: #aaa;
- transition: all .2s linear;
- }
-
- .um-field-checkbox-option,
- .um-field-radio-option {
- margin: 0px 0px 0px 36px;
- line-height: 24px;
- color: #888 !important;
- display: block;
- }
-
- /*
- - Group of Fields
- */
-
- .um-field-group {
- margin-top: 20px;
- }
-
- .um-field-group-head {
- cursor: pointer;
- color: #fff;
- font-size: 16px;
- line-height: 22px;
- padding: 10px 20px;
-
- transition: 0.25s;
- box-sizing: border-box;
- -moz-border-radius: 4px !important;
- -webkit-border-radius: 4px !important;
- border-radius: 4px !important;
- border-top: 1px solid rgba(0,0,0,0.0) !important;
- border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
- }
-
- .um-field-group-head i {
- font-size: 20px;
- margin: 0 8px 0 0;
- }
-
- .um-field-group-head i:before {
- vertical-align: middle !important;
- }
-
- .um-field-group-body {
- display: none;
- margin: 15px 0 0 0;
- padding: 15px 20px 5px 20px;
- background: #f9f9f9;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- position: relative;
- box-sizing: border-box;
- width: 100%;
- }
-
- .um-field-group-body div.um-field {
- padding: 0 0 15px 0;
- }
-
- .um-field-group-cancel {
- font-size: 18px;
- position: absolute;
- z-index: 800;
- right: 8px;
- top: 8px;
- color: #ccc !important;
- text-decoration: none !important;
- }
- .um-field-group-cancel:hover {color: #777 !important}
-
- /*
- - Buttons
- */
-
- .um div.disabled,
- .um-disabled,
- .um input[type=submit]:disabled,
- .um input[type=text]:disabled,
- .um input[type=number]:disabled {
- opacity: 0.6 !important;
- cursor: no-drop !important;
- }
-
- input[type=submit].um-button,
- input[type=submit].um-button:focus {
- vertical-align: middle !important;
- height: auto !important;
- font-size: 15px;
- cursor: pointer !important;
- width: 100%;
- box-shadow: none;
- text-shadow: none;
- font-family: inherit;
- outline: none !important;
- margin: 0;
- opacity: 1;
- -webkit-appearance: none;
- }
-
- input[type=submit].um-button:hover {
- opacity: 1;
- }
-
- .um-button {
- font-size: 15px;
- border: none !important;
- display: block;
- width: 100%;
- line-height: 1em !important;
- padding: 16px 20px !important;
- text-decoration: none !important;
- text-align: center;
- text-transform: none !important;
- font-weight: normal !important;
- overflow: hidden;
- position: relative;
-
- transition: 0.25s;
- box-sizing: border-box;
- -moz-border-radius: 4px !important;
- -webkit-border-radius: 4px !important;
- border-radius: 4px !important;
- -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
- box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
- opacity: 1;
- }
-
- a.um-button {
- font-size: 15px;
- border: none !important;
- display: block;
- width: 100%;
- line-height: 1em !important;
- padding: 16px 20px !important;
- text-decoration: none !important;
- text-align: center;
- text-transform: none !important;
- font-weight: normal !important;
- overflow: hidden;
- position: relative;
-
- transition: 0.25s;
- box-sizing: border-box;
- -moz-border-radius: 4px !important;
- -webkit-border-radius: 4px !important;
- border-radius: 4px !important;
- -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
- box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
- opacity: 1;
- }
-
- a.um-button:hover {
- -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
- box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
- }
-
-
- .um-button.um-btn-auto-width {
- width: auto;
- display: inline-block;
- padding: 14px 20px !important;
- min-width: 200px;
- max-width: 450px;
- }
-
- a.um-link-alt {
- line-height: 22px;
- color: #888 !important;
- display: block !important;
- text-decoration: none !important;
- font-weight: normal;
- text-align: center;
- border-bottom: none !important;
- }
- a.um-link-alt:hover {text-decoration: underline !important;}
-
- /*
- - Dropdown menu
- */
-
- .um-dropdown {
- position: absolute;
- height: auto;
- background: #fff;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- z-index: 55;
- display: none;
- border: 1px solid #e5e5e5;
- box-sizing: border-box;
- -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
- box-shadow: 0 0 1px rgba(0,0,0,0.1);
- }
-
- .um-dropdown ul,
- .um-dropdown li {
- list-style-type: none !important;
- padding: 0 !important;
- margin: 0 !important;
- }
-
- .um-dropdown ul {
- background: #fff;
- position: relative;
- z-index: 16;
- }
-
- .um-dropdown li a {
- display: block;
- padding: 8px 12px;
- color: #666;
- font-size: 14px;
- line-height: 18px;
- }
-
- .um-dropdown li:last-child a {
- border-top: 1px solid #e5e5e5;
- padding: 12px;
- }
-
- .um-dropdown li a:hover {
-
- }
-
- .um-dropdown-b {
- position: relative;
- }
-
- .um-dropdown-arr {
- position: absolute;
- font-size: 24px;
- width: 24px;
- height: 24px;
- overflow: hidden;
- z-index: 15;
- color: #eee;
- }
-
- .um-dropdown-arr * { display: block !important; width: 24px !important; height: 24px !important; vertical-align: bottom !important; overflow: hidden !important; line-height: 24px !important; }
-
- /*
- - Misc.
- */
-
- div.um-photo {
- margin: 20px auto 0 auto;
- text-align: center;
- box-sizing: border-box;
- max-width: 100%;
- }
-
- div.um-photo,
- div.um-photo a,
- div.um-photo img {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- }
-
- div.um-photo a {
- border: 1px solid #e5e5e5;
- padding: 5px;
- box-sizing: border-box;
- display: inline-block;
- box-shadow: 0 1px 1px #eee;
- margin: 0 auto;
- max-width: 100%;
- }
-
- div.um-photo img {max-height: 300px; max-width: 100%;}
-
- /*
- - other form styles
- */
-
- span.um-req {
- margin: 0 0 0 8px;
- font-size: 14px;
- display: inline-block;
- }
-
- small.um-max-filesize {
- display: block;
- color: #999999;
- padding-top: 5px;
- }
- small.um-max-filesize span{
- font-size: 12px;
- }
-
- .um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched,
- .um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched:focus,
- .um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists,
- .um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists:focus {
- border-color: #DB2929 !important;
- }
-
- .um-form .um-field .um-field-area input.um-searching-username {
- background-image: url('../img/loading.gif');
- background-position: right center;
- background-repeat: no-repeat;
- background-size: 24px 24px;
- }
-
- .um-search-area {
- position: relative;
- max-width: 300px;
- }
-
- .um-search-area .um-search-field {
- width: 100%;
- }
-
- .um-search-area .um-search-icon {
- position: absolute;
- top: 7px;
- right: 10px;
- }
-
- /* Customize Select2 CSS */
- .select2-container.select2-container--open {
- z-index: 9999999;
- }
- .select2.select2-container .select2-selection {
- display: block !important;
- height: 40px;
- padding: 0 0 0 12px !important;
- overflow: hidden !important;
- position: relative !important;
- white-space: nowrap !important;
- line-height: 35px !important;
- color: #666 !important;
- font-size: 15px !important;
- text-align: left !important;
- text-decoration: none !important;
- -moz-border-radius: 2px !important;
- -webkit-border-radius: 2px !important;
- border-radius: 2px !important;
- background-clip: padding-box !important;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background: none !important;
- background-color: #fff !important;
- border: 1px solid #ddd !important;
- }
-
- .select2.select2-container .select2-selection .select2-selection__arrow {
- display: inline-block !important;
- width: 34px !important;
- height: 100% !important;
- position: absolute !important;
- right: 0 !important;
- top: 0 !important;
- -moz-border-radius: 0 2px 2px 0 !important;
- -webkit-border-radius: 0 2px 2px 0 !important;
- border-radius: 0 2px 2px 0 !important;
- background-clip: padding-box !important;
- text-align: center !important;
- background: transparent !important;
- border-left: 0 !important;
- }
-
- .select2.select2-container .select2-selection .select2-selection__arrow:before {
- content: "\f3d0" !important;
- font-size: 27px !important;
- font-family: "Ionicons" !important;
- width: 100% !important;
- display: block;
- height: 100%;
- line-height: 35px;
- color: #aaaaaa;
- }
-
- .select2.select2-container .select2-selection .select2-selection__arrow b[role="presentation"] {
- display:none;
- }
-
- .select2-container.select2-container--open .select2-dropdown {
- border: 1px solid #ddd !important;
- border-radius: 0;
- }
-
- .select2-container.select2-container--open .select2-dropdown .select2-results li {
- list-style: none;
- display: list-item;
- background-image: none;
- font-size: 15px;
- margin: 5px !important;
- color: #666 !important;
- padding: 3px 7px 4px !important;
- cursor: pointer;
- min-height: 1em !important;
- }
-
- .select2.select2-container .select2-selection.select2-selection--multiple {
- height: auto !important;
- line-height: 0.8 !important;
- }
-
- .select2-container--default .select2-selection--single .select2-selection__rendered {
- padding-left: 0 !important;
- line-height: 37px;
- }
-
- .select2-container--default .select2-selection--multiple .select2-selection__rendered {
- line-height: 37px;
- box-sizing: border-box;
- list-style: none;
- margin: 0;
- padding-left: 0 !important;
- padding-right: 30px;
- width: 100%;
- font-size: 13px;
- }
-
- .select2-results li.select2-results__option.select2-results__option--highlighted {
- background: none !important;
- background: #f4f4f4 !important;
- color: #666 !important;
- }
- .select2-container--default .select2-results__option[aria-selected="true"] {
- background-color: #ddd;
- }
-
-
- .select2-container--default .select2-selection--single .select2-selection__clear,
- .select2-container--default .select2-selection--multiple .select2-selection__clear {
- right: 10px;
- font-size: 30px;
- color: #aaaaaa !important;
- margin: 0 !important;
- }
-
- .select2-container--default .select2-selection--multiple .select2-selection__clear {
- position: absolute;
- }
-
- .select2-container--default .select2-selection--multiple .select2-selection__choice {
- padding: 3px 3px 3px 5px;
- }
-
- .um .um-form .select2-container .select2-search.select2-search--inline > input {
- border: none !important;
- padding: 0 !important;
- border-radius: 0 !important;
- }
-
- .um .um-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
- overflow-x: hidden;
- text-overflow: ellipsis;
- max-width: 100%;
- box-sizing: border-box;
- }
-
- /*
- - Multi-select
- */
- /*.um-field .select2-selection--multiple .select2-search{*/
- /*clear: both;*/
- /*float: none;*/
- /*margin-right: 12px;*/
- /*padding-top: 0.5rem;*/
- /*position: relative;*/
- /*}*/
- /*.um-field .select2-selection--multiple .select2-search:first-of-type{*/
- /*padding-top: 12px;*/
- /*}*/
- /*.um-field .select2-selection--multiple .select2-search::before {*/
- /*content: "\f21f";*/
- /*font-family: "Ionicons";*/
- /*font-size: 1.4rem;*/
- /*line-height: 2rem;*/
- /*right: 0.3rem;*/
- /*position: absolute;*/
- /*}*/
- /*.um-field .select2-selection--multiple .select2-search input.select2-search__field{*/
- /*background-color: rgba(128,128,128,0.1) !important;*/
- /*height: 2rem !important;*/
- /*width: 100% !important;*/
- /*}*/
-
-
-
-
-
- /* @todo maybe deprecated and used only for select and multiselect */
- .um-field-select .um-field-area .um-field-icon,
- .um-field-multiselect .um-field-area .um-field-icon {
- z-index: 99999999;
- }
- .um-field-select .um-field-area.um-field-area-has-icon .select2-selection__rendered {
- text-indent: 20px;
- }
- .um-field-multiselect .um-field-area.um-field-area-has-icon ul:first-child {
- margin-left: 30px !important;
- }
-
- .um-field-area .wp-switch-editor{
- float: none;
- height: auto;
- }
|