summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay/select/select.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/liferay/select/select.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/liferay/select/select.css')
-rw-r--r--WebContent/VAADIN/themes/liferay/select/select.css77
1 files changed, 0 insertions, 77 deletions
diff --git a/WebContent/VAADIN/themes/liferay/select/select.css b/WebContent/VAADIN/themes/liferay/select/select.css
deleted file mode 100644
index 66672cc573..0000000000
--- a/WebContent/VAADIN/themes/liferay/select/select.css
+++ /dev/null
@@ -1,77 +0,0 @@
-.v-app select,
-.v-window select {
- padding: 1px;
-}
-
-select {
- background-color: #fff;
-}
-
-.v-filterselect-button {
- width: 24px;
- height: 24px;
- background: transparent url(../common/buttons_sprites.png) no-repeat 0 0;
-}
-
-.v-filterselect-button:hover {
- background-position: 0px -24px;
-}
-
-.v-filterselect-suggestpopup {
- border: 1px solid #98C0F4;
-}
-
-.v-filterselect-suggestmenu {
- min-height: 2px;
-}
-
-.v-filterselect-prevpage,
-.v-filterselect-prevpage-off,
-.v-filterselect-nextpage,
-.v-filterselect-nextpage-off {
- background-color: #fff;
-}
-
-.v-filterselect-prevpage span,
-.v-filterselect-prevpage-off span,
-.v-filterselect-nextpage span,
-.v-filterselect-nextpage-off span {
- display: block;
- height: 8px;
- width: 16px;
- margin-left: auto;
- margin-right: auto;
- text-indent: -99999px;
-}
-
-.v-filterselect-prevpage span, .v-filterselect-nextpage span {
- background: transparent no-repeat 0 -4px;
- background-image: url(/html/themes/classic/images/aui/icon_sprite.png);
-}
-
-.v-filterselect-nextpage span {
- background-position: -65px -4px;
-}
-.v-filterselect-suggestmenu .gwt-MenuItem span {
- display: block;
- width: 100%;
- height: 18px;
- border: 1px solid #fff;
- border-style: solid none;
-
-}
-
-.v-filterselect-suggestmenu .gwt-MenuItem-selected span {
- color: #000;
- background: #dfe8f6;
- border-color: #a3bae9;
-}
-
-.v-filterselect-suggestmenu .gwt-MenuItem .v-icon {
- float: left;
-}
-
-.v-select-twincol-buttons .v-button-wrap {
- padding-left: 11px;
- padding-right: 11px;
-} \ No newline at end of file