Home
last modified time | relevance | path

Searched refs:select (Results 51 – 75 of 717) sorted by relevance

12345678910>>...29

/template/mindthedark/css/
H A D_forms.css38 .dokuwiki label.block select,
57 .dokuwiki select.edit {
60 .dokuwiki select.edit {
H A Dbasic.less72 #config__manager tr select {
81 #config__manager tr.default select,
438 select,
455 select {
469 select,
479 select:active,
480 select:focus,
540 select[disabled],
545 select[readonly],
/template/icke/css/
H A Dbasic.less4 select,
24 select,
H A D_forms.css55 div.dokuwiki select.edit {
68 html>body div.dokuwiki select.edit {
72 div.dokuwiki select.edit {
93 div.dokuwiki select.edit[disabled] {
/template/bootstrap3/css/plugins/
H A Daddnewpage.less14 select,
19 select,
/template/sprintdoc/css/
H A Darea_header.less154 /* + + + mobile select for doku wiki tools + + + */
155 .menu-tool-select {
163 select {
266 min-height: 70px; // needed for menu select toolbar
272 .menu-tool-select {
/template/bootstrap3/assets/typeahead/
H A Dbootstrap3-typeahead.min.js1 (function(a,b){if(typeof module!=="undefined"&&module.exports){module.exports=b(require("jquery"))}else{if(typeof define==="function"&&define.amd){define(["jquery"],function(c){return b(c)})}else{b(a.jQuery)}}}(this,function(b){var c=function(e,d){this.$element=b(e);this.options=b.extend({},c.defaults,d);this.matcher=this.options.matcher||this.matcher;this.sorter=this.options.sorter||this.sorter;this.select=this.options.select||this.select;this.autoSelect=typeof this.options.autoSelect=="boolean"?this.options.autoSelect:true;this.highlighter=this.options.highlighter||this.highlighter;this.render=this.options.render||this.render;this.updater=this.options.updater||this.updater;this.displayText=this.options.displayText||this.displayText;this.itemLink=this.options.itemLink||this.itemLink;this.itemTitle=this.options.itemTitle||this.itemTitle;this.followLinkOnSelect=this.options.followLinkOnSelect||this.followLinkOnSelect;this.source=this.options.source;this.delay=this.options.delay;this.theme=this.options.theme&&this.options.themes&&this.options.themes[this.options.theme]||c.defaults.themes[c.defaults.theme];this.$menu=b(this.options.menu||this.theme.menu);this.$appendTo=this.options.appendTo?b(this.options.appendTo):null;this.fitToElement=typeof this.options.fitToElement=="boolean"?this.options.fitToElement:false;this.shown=false;this.listen();this.showHintOnFocus=typeof this.options.showHintOnFocus=="boolean"||this.options.showHintOnFocus==="all"?this.options.showHintOnFocus:false;this.afterSelect=this.options.afterSelect;this.afterEmptySelect=this.options.afterEmptySelect;this.addItem=false;this.value=this.$element.val()||this.$element.text();this.keyPressed=false;this.focused=this.$element.is(":focus");this.changeInputOnSelect=this.options.changeInputOnSelect||this.changeInputOnSelect;this.changeInputOnMove=this.options.changeInputOnMove||this.changeInputOnMove;this.openLinkInNewTab=this.options.openLinkInNewTab||this.openLinkInNewTab;this.selectOnBlur=this.options.selectOnBlur||this.selectOnBlur;this.showCategoryHeader=this.options.showCategoryHeader||this.showCategoryHeader};c.prototype={constructor:c,setDefault:function(e){this.$element.data("active",e);if(this.autoSelect||e){var d=this.updater(e);if(!d){d=""}this.$element.val(this.displayText(d)||d).text(this.displayText(d)||d).change();this.afterSelect(d)}return this.hide()},select:function(){var e=this.$menu.find(".active").data("value");this.$element.data("active",e);if(this.autoSelect||e){var d=this.updater(e);if(!d){d=""}if(this.changeInputOnSelect){this.$element.val(this.displayText(d)||d).text(this.displayText(d)||d).change()}if(this.followLinkOnSelect&&this.itemLink(e)){if(this.openLinkInNewTab){window.open(this.itemLink(e),"_blank")}else{document.location=this.itemLink(e)}this.afterSelect(d)}else{if(this.followLinkOnSelect&&!this.itemLink(e)){this.afterEmptySelect(d)}else{this.afterSelect(d)}}}else{this.afterEmptySelect()}return this.hide()},updater:function(d){return d},setSource:function(d){this.source=d},show:function(){var k=b.extend({},this.$element.position(),{height:this.$element[0].offsetHeight});var h=typeof this.options.scrollHeight=="function"?this.options.scrollHeight.call():this.options.scrollHeight;var g;if(this.shown){g=this.$menu}else{if(this.$appendTo){g=this.$menu.appendTo(this.$appendTo);this.hasSameParent=this.$appendTo.is(this.$element.parent())}else{g=this.$menu.insertAfter(this.$element);this.hasSameParent=true}}if(!this.hasSameParent){g.css("position","fixed");var j=this.$element.offset();k.top=j.top;k.left=j.left}var e=b(g).parent().hasClass("dropup");var d=e?"auto":(k.top+k.height+h);var f=b(g).hasClass("dropdown-menu-right");var i=f?"auto":k.left;g.css({top:d,left:i}).show();if(this.options.fitToElement===true){g.css("width",this.$element.outerWidth()+"px")}this.shown=true;return this},hide:function(){this.$menu.hide();this.shown=false;return this},lookup:function(d){if(typeof(d)!="undefined"&&d!==null){this.query=d}else{this.query=this.$element.val()}if(this.query.length<this.options.minLength&&!this.options.showHintOnFocus){return this.shown?this.hide():this}var e=b.proxy(function(){if(b.isFunction(this.source)&&this.source.length===3){this.source(this.query,b.proxy(this.process,this),b.proxy(this.process,this))}else{if(b.isFunction(this.source)){this.source(this.query,b.proxy(this.process,this))}else{if(this.source){this.process(this.source)}}}},this);clearTimeout(this.lookupWorker);this.lookupWorker=setTimeout(e,this.delay)},process:function(d){var e=this;d=b.grep(d,function(f){return e.matcher(f)});d=this.sorter(d);if(!d.length&&!this.options.addItem){return this.shown?this.hide():this}if(d.length>0){this.$element.data("active",d[0])}else{this.$element.data("active",null)}if(this.options.items!="all"){d=d.slice(0,this.options.items)}if(this.options.addItem){d.push(this.options.addItem)}return this.render(d).show()},matcher:function(e){var d=this.displayText(e);return ~d.toLowerCase().indexOf(this.query.toLowerCase())},sorter:function(f){var g=[];var e=[];var d=[];var i;while((i=f.shift())){var h=this.displayText(i);if(!h.toLowerCase().indexOf(this.query.toLowerCase())){g.push(i)}else{if(~h.indexOf(this.query)){e.push(i)}else{d.push(i)}}}return g.concat(e,d)},highlighter:function(h){var l=this.query;if(l===""){return h}var j=h.match(/(>)([^<]*)(<)/g);var k=[];var e=[];var f;if(j&&j.length){for(f=0;f<j.length;++f){if(j[f].length>2){k.push(j[f])}}}else{k=[];k.push(h)}l=l.replace((/[\(\)\/\.\*\+\?\[\]]/g),function(i){return"\\"+i});var g=new RegExp(l,"g");var d;for(f=0;f<k.length;++f){d=k[f].match(g);if(d&&d.length>0){e.push(k[f])}}for(f=0;f<e.length;++f){h=h.replace(e[f],e[f].replace(g,"<strong>$&</strong>"))}return h},render:function(e){var g=this;var d=this;var f=false;var i=[];var h=g.options.separator;b.each(e,function(j,k){if(j>0&&k[h]!==e[j-1][h]){i.push({__type:"divider"})}if(g.options.showCategoryHeader){if(k[h]&&(j===0||k[h]!==e[j-1][h])){i.push({__type:"category",name:k[h]})}}i.push(k)});e=b(i).map(function(j,k){if((k.__type||false)=="category"){return b(g.options.headerHtml||g.theme.headerHtml).text(k.name)[0]}if((k.__type||false)=="divider"){return b(g.options.headerDivider||g.theme.headerDivider)[0]}var l=d.displayText(k);j=b(g.options.item||g.theme.item).data("value",k);j.find(g.options.itemContentSelector||g.theme.itemContentSelector).addBack(g.options.itemContentSelector||g.theme.itemContentSelector).html(g.highlighter(l,k));if(g.options.followLinkOnSelect){j.find("a").attr("href",d.itemLink(k))}j.find("a").attr("title",d.itemTitle(k));if(l==d.$element.val()){j.addClass("active");d.$element.data("active",k);f=true}return j[0]});if(this.autoSelect&&!f){e.filter(":not(.dropdown-header)").first().addClass("active");this.$element.data("active",e.first().data("value"))}this.$menu.html(e);return this},displayText:function(d){return typeof d!=="undefined"&&typeof d.name!="undefined"?d.name:d},itemLink:function(d){return null},itemTitle:function(d){return null},next:function(f){var g=this.$menu.find(".active").removeClass("active");var e=g.next();if(!e.length){e=b(this.$menu.find(b(this.options.item||this.theme.item).prop("tagName"))[0])}while(e.hasClass("divider")||e.hasClass("dropdown-header")){e=e.next()}e.addClass("active");var d=this.updater(e.data("value"));if(this.changeInputOnMove){this.$element.val(this.displayText(d)||d)}},prev:function(f){var g=this.$menu.find(".active").removeClass("active");var e=g.prev();if(!e.length){e=this.$menu.find(b(this.options.item||this.theme.item).prop("tagName")).last()}while(e.hasClass("divider")||e.hasClass("dropdown-header")){e=e.prev()}e.addClass("active");var d=this.updater(e.data("value"));if(this.changeInputOnMove){this.$element.val(this.displayText(d)||d)}},listen:function(){this.$element.on("focus.bootstrap3Typeahead",b.proxy(this.focus,this)).on("blur.bootstrap3Typeahead",b.proxy(this.blur,this)).on("keypress.bootstrap3Typeahead",b.proxy(this.keypress,this)).on("propertychange.bootstrap3Typeahead input.bootstrap3Typeahead",b.proxy(this.input,this)).on("keyup.bootstrap3Typeahead",b.proxy(this.keyup,this));if(this.eventSupported("keydown")){this.$element.on("keydown.bootstrap3Typeahead",b.proxy(this.keydown,this))}var d=b(this.options.item||this.theme.item).prop("tagName");if("ontouchstart" in document.documentElement&&"onmousemove" in document.documentElement){this.$menu.on("touchstart",d,b.proxy(this.touchstart,this)).on("touchend",d,b.proxy(this.click,this)).on("click",b.proxy(this.click,this)).on("mouseenter",d,b.proxy(this.mouseenter,this)).on("mouseleave",d,b.proxy(this.mouseleave,this)).on("mousedown",b.proxy(this.mousedown,this))}else{if("ontouchstart" in document.documentElement){this.$menu.on("touchstart",d,b.proxy(this.touchstart,this)).on("touchend",d,b.proxy(this.click,this))}else{this.$menu.on("click",b.proxy(this.click,this)).on("mouseenter",d,b.proxy(this.mouseenter,this)).on("mouseleave",d,b.proxy(this.mouseleave,this)).on("mousedown",b.proxy(this.mousedown,this))}}},destroy:function(){this.$element.data("typeahead",null);this.$element.data("active",null);this.$element.unbind("focus.bootstrap3Typeahead").unbind("blur.bootstrap3Typeahead").unbind("keypress.bootstrap3Typeahead").unbind("propertychange.bootstrap3Typeahead input.bootstrap3Typeahead").unbind("keyup.bootstrap3Typeahead");if(this.eventSupported("keydown")){this.$element.unbind("keydown.bootstrap3-typeahead")}this.$menu.remove();this.destroyed=true},eventSupported:function(d){var e=d in this.$element;if(!e){this.$element.setAttribute(d,"return;");e=typeof this.$element[d]==="function"}return e},move:function(d){if(!this.shown){return}switch(d.keyCode){case 9:case 13:case 27:d.preventDefault();break;case 38:if(d.shiftKey){return}d.preventDefault();this.prev();break;case 40:if(d.shiftKey){return}d.preventDefault();this.next();break}},keydown:function(d){if(d.keyCode===17){return}this.keyPressed=true;this.suppressKeyPressRepeat=~b.inArray(d.keyCode,[40,38,9,13,27]);if(!this.shown&&d.keyCode==40){this.lookup()}else{this.move(d)}},keypress:function(d){if(this.suppressKeyPressRepeat){return}this.move(d)},input:function(f){var d=this.$element.val()||this.$element.text();if(this.value!==d){this.value=d;this.lookup()}},keyup:function(d){if(this.destroyed){return}switch(d.keyCode){case 40:case 38:case 16:case 17:case 18:break;case 9:if(!this.shown||(this.showHintOnFocus&&!this.keyPressed)){return}this.select();break;case 13:if(!this.shown){return}this.select();break;case 27:if(!this.shown){return}this.hide();break}},focus:function(d){if(!this.focused){this.focused=true;this.keyPressed=false;if(this.options.showHintOnFocus&&this.skipShowHintOnFocus!==true){if(this.options.showHintOnFocus==="all"){this.lookup("")}else{this.lookup()}}}if(this.skipShowHintOnFocus){this.skipShowHintOnFocus=false}},blur:function(d){if(!this.mousedover&&!this.mouseddown&&this.shown){if(this.selectOnBlur){this.select()}this.hide();this.focused=false;this.keyPressed=false}else{if(this.mouseddown){this.skipShowHintOnFocus=true;this.$element.focus();this.mouseddown=false}}},click:function(d){d.preventDefault();this.skipShowHintOnFocus=true;this.select();this.$element.focus();this.hide()},mouseenter:function(d){this.mousedover=true;this.$menu.find(".active").removeClass("active");b(d.currentTarget).addClass("active")},mouseleave:function(d){this.mousedover=false;if(!this.focused&&this.shown){this.hide()}},mousedown:function(d){this.mouseddown=true;this.$menu.one("mouseup",function(f){this.mouseddown=false}.bind(this))},touchstart:function(d){d.preventDefault();this.$menu.find(".active").removeClass("active");b(d.currentTarget).addClass("active")},touchend:function(d){d.preventDefault();this.select();this.$element.focus()}};var a=b.fn.typeahead;b.fn.typeahead=function(e){var d=arguments;if(typeo (…) method in c
/template/starterbootstrap/css/
H A Dconfig.css104 #config__manager td select.edit { }
113 #config__manager tr select {
121 #config__manager tr.default select,
130 #config__manager tr.protected select,
/template/stm/stm/css/
H A Dbasic.less74 select:active,
75 select:focus,
150 select[disabled],
155 select[readonly],
/template/monochrome/css/
H A Dbasic.css366 select, selector
386 select, selector
411 select[disabled],
416 select[readonly],
424 select:focus,
429 select:active,
446 select { selector
/template/twentyfifteen/css/
H A Dbasic.less296 select,
306 select,
331 select,
340 select {
346 select[disabled],
382 select:focus {
476 select,
/template/khum1/css/
H A Dbasic.less299 select,
316 select {
330 select,
340 select:active,
341 select:focus,
365 select[disabled],
370 select[readonly],
/template/chippedsnow/css/
H A Dchippedsnow-responsive.css24 /*input, button, select, keygen, textarea { font-size: 1.35em !important; }*/
50 /* make <select> not exceed it's parent div's width */
52 div.input, label.nowrap { display: flex; } select { width: 100%; flex-shrink: 1; } selector
/template/templar/less/
H A Dmixins.less175 select,
180 select,
349 // User select
351 .user-select(@select) {
352 -webkit-user-select: @select;
353 -moz-user-select: @select;
354 -ms-user-select: @select;
355 -o-user-select: @select;
356 user-select: @select;
/template/rtd_suterdev/css/
H A Dbasic.css183 select:focus,
216 user-select: none;
221 -webkit-user-select: none;
222 -moz-user-select: none;
223 -ms-user-select: none;
/template/readthedokus/css/
H A Dbasic.css182 select:focus,
208 user-select: none;
213 -webkit-user-select: none;
214 -moz-user-select: none;
215 -ms-user-select: none;
/template/typowiki/typowiki/css/
H A DtypoUI.css1 *,::before,::after{box-sizing:border-box}::before,::after{text-decoration:inherit;vertical-align:inherit}html{cursor:default;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word}body{margin:0}h1{font-size:2em;margin:0.67em 0}dl dl,dl ol,dl ul,ol dl,ul dl{margin:0}ol ol,ol ul,ul ol,ul ul{margin:0}hr{height:0;overflow:visible}main{display:block}nav ol,nav ul{list-style:none;padding:0}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}audio,canvas,iframe,img,svg,video{vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}iframe{border-style:none}img{border-style:none}svg:not([fill]){fill:currentColor}svg:not(:root){overflow:hidden}table{border-collapse:collapse}button,input,select{margin:0}button{overflow:visible;text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}fieldset{border:1px solid #a0a0a0;padding:0.35em 0.75em 0.625em}input{overflow:visible}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto;resize:vertical}[type="checkbox"],[type="radio"]{padding:0}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}details{display:block}dialog{background-color:white;border:solid;color:black;display:block;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}a,area,button,input,label,select,summary,textarea,[tabindex]{-ms-touch-action:manipulation;touch-action:manipulation}[hidden]{display:none}[aria-busy="true"]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled="true"],[disabled]{cursor:not-allowed}[aria-hidden="false"][hidden]{display:initial}[aria-hidden="false"][hidden]:not(:focus){clip:rect(0, 0, 0, 0);position:absolute}/*! Based on Marx v3.0.6 - The classless CSS reset (perfect for Communists) | MIT License | https://github.com/mblode/marx */html{overflow-x:auto;overflow-y:scroll;word-break:normal}html,body{margin:0;padding:0;height:100%;width:100%;word-wrap:break-word}@media screen and (prefers-reduced-motion: no-preference){html,body{scroll-behavior:smooth}}main,header,footer,article,section,aside,details,summary{margin:0 auto;margin-bottom:18px;width:100%}main{display:block;margin:0 auto;max-width:768px;padding:0 18px 18px}body{background-color:#fbfbfb;word-break:normal}footer{border-top:1px solid #DBDBDB;padding:18px 0;text-align:center}footer p{margin-bottom:0}hr{border:0;border-top:1px solid #DBDBDB;display:block;margin-top:40px;margin-bottom:40px;width:20%;box-sizing:content-box;height:0;overflow:visible}img{height:auto;max-width:100%;vertical-align:baseline}::selection{color:#fff;background:#982c61}:focus{outline:0.125rem solid #e3a122;outline-offset:.125rem}embed,iframe,video{border:0}body{color:#2C2C2C;font-family:"inter-web",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:17.5px;line-height:1.62em;font-weight:300}p{margin:0;margin-bottom:20px}b,strong{font-weight:700}.usr-content p img{margin-top:20px;margin-bottom:20px;margin-left:auto;margin-right:auto}h1,h2,h3,h4,h5,h6{color:inherit;font-family:inherit;line-height:1.3;font-weight:700;margin-bottom:.7rem}h1{font-size:1.75em;margin:20px 0 18px;letter-spacing:-.4px}h2{font-size:1.5em;margin:20px 0 18px;letter-spacing:-.4px}h3{font-size:1.3em;margin:18px 0 4px;color:#898989}h4{font-size:1.2em;margin:18px 0 4px;color:#898989}h5{font-size:1.1em;margin:18px 0 4px;color:#898989}h6{font-size:1em;margin:18px 0 4px;color:#898989}small{color:#5F5F5F;vertical-align:bottom}pre{background:#f7f7f9;color:#2C2C2C;display:block;font-family:"inconsolata",Consolas,"Courier",Monaco,monospace;font-size:17.5px;margin:18px 0;white-space:pre-wrap;overflow-wrap:break-word}code{color:#e83e8c;font-family:"inconsolata",Consolas,"Courier",Monaco,monospace;font-size:17.5px;background:#f4f1f1;line-height:inherit;margin:0;padding:0;vertical-align:baseline;word-break:break-all;word-wrap:break-word;display:inline;padding-left:7px;padding-right:7px;border-radius:7px;font-size:17.5px}pre{background:#f4f1f1;padding-left:10px;padding-right:10px;border-radius:10px;color:#e83e8c;font-size:17.5px;margin-bottom:18px}a:not(.media):not(.fn_top):not(img):not(div){text-decoration:none;color:inherit}a:not(.media):not(.fn_top):not(img):not(div):hover,a:not(.media):not(.fn_top):not(img):not(div):focus{text-decoration:none;border-bottom:1.5px solid currentColor}a.primary,.usr-content .page a:not(.media):not(.fn_top):not(img):not(div),a.mediafile{color:#982c61;text-decoration:none;border-bottom:1.5px solid currentColor}a.primary:hover,a.primary:focus,a.primary:active,.usr-content .page a:not(.media):not(.fn_top):not(img):not(div):hover,.usr-content .page a:not(.media):not(.fn_top):not(img):not(div):focus,.usr-content .page a:not(.media):not(.fn_top):not(img):not(div):active,a.mediafile:hover,a.mediafile:focus,a.mediafile:active{color:#6f1d45}a.primary:visited,.usr-content .page a:not(.media):not(.fn_top):not(img):not(div):visited,a.mediafile:visited{color:#982c61}a.primary:visited:hover,a.primary:visited:focus,a.primary:visited:active,.usr-content .page a:not(.media):not(.fn_top):not(img):not(div):visited:hover,.usr-content .page a:not(.media):not(.fn_top):not(img):not(div):visited:focus,.usr-content .page a:not(.media):not(.fn_top):not(img):not(div):visited:active,a.mediafile:visited:hover,a.mediafile:visited:focus,a.mediafile:visited:active{color:#5d1b3b}dl{margin-bottom:18px}dd{margin-left:40px}ul,ol{margin-bottom:18px;padding-left:40px;vertical-align:baseline}.usr-content ul li,.usr-content ol li{margin-bottom:10px}blockquote{border-left:3px solid #982c61;font-family:inherit;margin-left:18px;padding-left:18px;padding:0 1em;font-size:1.15rem;font-weight:300;font-style:normal;margin-top:2rem;margin-bottom:2rem}figcaption{font-family:inherit}u{text-decoration:underline}s{text-decoration:line-through}sup{vertical-align:super;line-height:0;font-size:75%}sub{font-size:.86em;vertical-align:sub}mark{background:#ffeb3b}input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="date"],input[type="month"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="week"],input[type="number"],input[type="search"],input[type="tel"],select,textarea{background:#f4f1f1;background-clip:padding-box;border:1px solid #f4f1f1;border-bottom:1px solid #5F5F5F;border-radius:4px;color:#5F5F5F;display:inline-block;width:100%;padding:10px 18px;line-height:1.5;transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out;font-family:"inter-web",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14.5px;margin-right:10px}.dark input[type="text"],.dark input[type="password"],.dark input[type="email"],.dark input[type="url"],.dark input[type="date"],.dark input[type="month"],.dark input[type="time"],.dark input[type="datetime"],.dark input[type="datetime-local"],.dark input[type="week"],.dark input[type="number"],.dark input[type="search"],.dark input[type="tel"],.dark select,.dark textarea{background:#454545;border:1px solid transparent;border-bottom:1px solid #FBFBFB;color:#FBFBFB}input[type="color"]{background:#fff;border:1px solid #DBDBDB;border-radius:4px;display:inline-block;vertical-align:middle}input:not([type]){-webkit-appearance:none;background:#f4f1f1;background-clip:padding-box;border:1px solid #DBDBDB;border-radius:4px;color:#2C2C2C;display:block;width:100%;padding:10px 18px;line-height:1.5;transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out;text-align:left}input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,select:focus,textarea:focus{background-color:#fff;border-color:#cc96b0;outline:0;box-shadow:0 0 0 0.2rem rgba(152,44,97,0.25)}.dark input[type="text"]:focus,.dark input[type="password"]:focus,.dark input[type="email"]:focus,.dark input[type="url"]:focus,.dark input[type="date"]:focus,.dark input[type="month"]:focus,.dark input[type="time"]:focus,.dark input[type="datetime"]:focus,.dark input[type="datetime-local"]:focus,.dark input[type="week"]:focus,.dark input[type="number"]:focus,.dark input[type="search"]:focus,.dark input[type="tel"]:focus,.dark input[type="color"]:focus,.dark select:focus,.dark textarea:focus{color:#FBFBFB;background-color:#5F5F5F}input:not([type]):focus{background-color:#fff;border-color:#cc96b0;outline:0;box-shadow:0 0 0 0.2rem rgba(152,44,97,0.25)}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:1px thin #DBDBDB}input[type="text"][disabled],input[type="password"][disabled],input[type="email"][disabled],input[type="url"][disabled],input[type="date"][disabled],input[type="month"][disabled],input[type="time"][disabled],input[type="datetime"][disabled],input[type="datetime-local"][disabled],input[type="week"][disabled],input[type="number"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="color"][disabled],select[disabled],textarea[disabled]{background-color:#DBDBDB;color:#5F5F5F;cursor:not-allowed;opacity:1}input:not([type])[disabled]{background-color:#DBDBDB;color:#5F5F5F;cursor:not-allowed;opacity:1}input[readonly],select[readonly],textarea[readonly]{border-color:#DBDBDB;color:#5F5F5F}input:focus:invalid,textarea:focus:invalid,select selector
[all...]
/template/daily/css/
H A Dbasic.less318 select,
337 select {
351 select,
361 select:active,
362 select:focus,
434 select[disabled],
439 select[readonly],
/template/mikio/assets/
H A Dmikio-typeahead.js35 this.select = this.options.select || this.select;
90 select: function () {
571 this.select();
577 this.select();
610 this.select();
627 this.select();
664 this.select();
109 select: function () { global() method in Typeahead
/template/tilus/css/
H A Dfordokuwiki.css88 /*select { display: none; }*/
99 #config__manager td select.edit { }
125 /* make <select> not exceed it's parent div's width */
127 div.input, label.nowrap { display: flex; } select { width: 100%; flex-shrink: 1; }
/template/ramtop/css/
H A Dbasic.less343 select,
362 select {
376 select,
386 select:active,
387 select:focus,
456 select[disabled],
461 select[readonly],
/template/20cones/css/
H A Dbasic.less352 select,
369 select {
386 select,
396 select:active,
397 select:focus,
461 select[disabled],
466 select[readonly],
/template/byu_2017_theme/css/
H A Dbasic.less344 select,
361 select {
375 select,
385 select:active,
386 select:focus,
450 select[disabled],
455 select[readonly],
/template/codowik/css/
H A Dbasic.less350 select,
369 select {
383 select,
393 select:active,
394 select:focus,
463 select[disabled],
467 select[readonly],
/template/simplewiki/css/
H A Dbasic.less344 select,
361 select {
375 select,
385 select:active,
386 select:focus,
450 select[disabled],
455 select[readonly],

12345678910>>...29