summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon/components/selects/selects.css
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2012-08-08 14:27:31 +0300
committerHenri Sara <hesara@vaadin.com>2012-08-08 14:44:49 +0300
commitcfa455d6cfd4a535fd77cbc76637a57e7024e9ac (patch)
treececb66492671ed20fa9865581da12930ed502047 /WebContent/VAADIN/themes/chameleon/components/selects/selects.css
parent620e096b45f27ecc5aa85d164ca8b81df000e593 (diff)
downloadvaadin-framework-cfa455d6cfd4a535fd77cbc76637a57e7024e9ac.tar.gz
vaadin-framework-cfa455d6cfd4a535fd77cbc76637a57e7024e9ac.zip
Standard themes in SCSS form, updated CompileDefaultTheme (#9223)
Conversion performed for most themes trivial, just rename file and wrap in a mixin. For chameleon compounds, also nesting used. In some cases, related small files combined in a single SCSS file Chameleon accordion and select contain fixes other than just a missing semicolon.
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/components/selects/selects.css')
-rw-r--r--WebContent/VAADIN/themes/chameleon/components/selects/selects.css163
1 files changed, 0 insertions, 163 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/selects/selects.css b/WebContent/VAADIN/themes/chameleon/components/selects/selects.css
deleted file mode 100644
index 3c8496f0fe..0000000000
--- a/WebContent/VAADIN/themes/chameleon/components/selects/selects.css
+++ /dev/null
@@ -1,163 +0,0 @@
-.v-filterselect {
- overflow: hidden;
- }
-
-body input.v-filterselect-input {
- margin: 0;
- padding: 0;
- border: none;
- background: transparent;
- line-height: normal;
- }
-
-body input.v-filterselect-input[type=text] {
- padding: 0;
- }
-
-.v-filterselect-focus .v-filterselect-input,
-.v-filterselect .v-filterselect-input:focus {
- outline: none;
- }
-
-.v-filterselect-big.v-filterselect-search {
- padding-left: 22px;
- }
-
-.v-filterselect-button {
- width: 16px;
- height: 1.2em;
- background-position: -5px -11px;
- opacity: .4;
- }
-
-.v-filterselect-button:hover {
- opacity: .7;
- }
-
-.v-filterselect-button:active {
- opacity: 1;
- }
-
-.v-filterselect-small .v-filterselect-button {
- height: 0.95em;
- background-position: -5px -12px;
- }
-
-.v-filterselect-suggestpopup {
- margin-top: .4em;
- }
-
-body .v-filterselect-suggestpopup-small td {
- font-size: .85em;
- }
-
-body .v-filterselect-suggestpopup-big td {
- font-size: 1.1em;
- }
-
-.v-filterselect-big .v-filterselect-button {
- height: 1.4em;
- background-position: -5px -9px;
- }
-
-.v-filterselect-search .v-filterselect-button {
- width: 0;
- overflow: hidden;
- }
-
-.v-filterselect-prompt .v-filterselect-input {
- font-style: normal;
- }
-
-.v-filterselect-prevpage-off,
-.v-filterselect-nextpage-off,
-.v-filterselect-prevpage,
-.v-filterselect-nextpage {
- border-style: solid;
- border-width: 1px 0;
- border-color: #b3b3b3;
- background: #c9c9c9 url(../../img/grad-light-top.png) repeat-x;
- height: 12px;
- user-select: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- }
-
-.v-filterselect-prevpage:active,
-.v-filterselect-nextpage:active {
- background-image: (../../img/grad-dark-bottom2.png);
- background-position: left bottom;
- }
-
-.v-filterselect-prevpage-off span,
-.v-filterselect-nextpage-off span,
-.v-filterselect-prevpage span,
-.v-filterselect-nextpage span {
- display: block;
- text-indent: -9999px;
- height: 12px;
- background: transparent url(../../../base/common/img/sprites.png) no-repeat 50% 3px;
- }
-
-.v-filterselect-nextpage-off span,
-.v-filterselect-nextpage span {
- background-position: 50% -12px;
- }
-
-.v-filterselect-status {
- font-size: .85em;
- margin: 1px 0 -3px;
- user-select: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- }
-
-.v-filterselect-suggestmenu .gwt-menuItem-selected {
- background-image: url(../../img/grad-light-top2.png);
- background-position: 0 -1px;
- }
-
-.v-filterselect-suggestpopup-small .v-filterselect-status {
- font-size: .8em;
- }
-
-.v-filterselect-suggestpopup-big .v-filterselect-status {
- font-size: .9em;
- }
-
-.v-select-small .v-select-select {
- font-size: 0.8em;
- }
-
-.v-select-big .v-select-select {
- font-size: 1.2em;
- }
-
-
-/*******************************************************************************
- * Non-editable combobox (i.e. themable select)
- ******************************************************************************/
-.v-filterselect-select-button {
- background: #c9c9c9 url(../../img/grad-light-top.png) repeat-x;
- position: relative;
- padding: .3em .5em;
- }
-
-.v-filterselect-select-button .v-filterselect-input {
- display: block;
- width: 100% !important;
- user-select: none;
- -khtml-user-select: none;
- -webkit-user-select: none;
- }
-
-.v-filterselect-select-button .v-filterselect-button {
- position: absolute;
- width: 100%;
- top: 0;
- left: 0;
- height: 100%;
- background-position: 100% -8px;
- }