summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/select/select.scss
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-03-28 12:19:15 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2016-03-29 12:21:12 +0300
commit1482d63643f3d03a7fa887a5de7cc251b1313a11 (patch)
tree2387a03fc3025bdee54fc99ac0c20d31cc959d12 /WebContent/VAADIN/themes/runo/select/select.scss
parent730b552cc13ea596b0fe680ce40c053786c070f7 (diff)
downloadvaadin-framework-1482d63643f3d03a7fa887a5de7cc251b1313a11.tar.gz
vaadin-framework-1482d63643f3d03a7fa887a5de7cc251b1313a11.zip
Build vaadin-themes with maven
Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
Diffstat (limited to 'WebContent/VAADIN/themes/runo/select/select.scss')
-rw-r--r--WebContent/VAADIN/themes/runo/select/select.scss165
1 files changed, 0 insertions, 165 deletions
diff --git a/WebContent/VAADIN/themes/runo/select/select.scss b/WebContent/VAADIN/themes/runo/select/select.scss
deleted file mode 100644
index 39eb0c9bde..0000000000
--- a/WebContent/VAADIN/themes/runo/select/select.scss
+++ /dev/null
@@ -1,165 +0,0 @@
-@mixin runo-select($primaryStyleName : v-filterselect) {
-
-$select-button-width: 25px;
-$select-button-negative-width: -25px;
-
-.v-select-select {
- font-size: 13px;
-}
-/* Twincol style */
-.v-select-twincol-options,
-.v-select-twincol-selections {
- font-size: 13px;
-}
-.v-select-twincol-buttons {
- padding: 2px; /* does not work in first render in FF ? */
-}
-
-/** Filterselect aka ComboBox styles */
-
-.#{$primaryStyleName} {
- height: 23px;
- background: transparent url(img/bg-left-filter.png) no-repeat;
- padding-left: 4px;
- padding-right: $select-button-width; /* Space for the button */
-}
-&.v-app .#{$primaryStyleName} .#{$primaryStyleName}-input,
-.v-window .#{$primaryStyleName} .#{$primaryStyleName}-input,
-.v-popupview-popup .#{$primaryStyleName} .#{$primaryStyleName}-input {
- background: transparent url(img/bg-center-filter.png) no-repeat 1px 0;
- border: none;
- height: 23px;
- margin: 0;
- padding: 2px 0 1px 2px;
- font-size: 13px;
-}
-.#{$primaryStyleName}-prompt .#{$primaryStyleName}-input {
- font-style: normal;
-}
-.#{$primaryStyleName}-input:focus {
- /* remove safari/mac outline from this element */
- outline: none;
-}
-.#{$primaryStyleName}-focus {
- outline: 1px solid #5daee8;
- outline-offset: -1px;
-}
-.v-sa & .#{$primaryStyleName}-focus {
- /* place safari focus outline around the whole thing */
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -4px;
-}
-.#{$primaryStyleName}-button {
- width: $select-button-width;
- margin-right: $select-button-negative-width;
- height: 23px;
- background: transparent url(img/bg-right-filter.png);
-}
-.#{$primaryStyleName}-button:hover {
- background-position: bottom left;
-}
-.v-disabled .#{$primaryStyleName}-button:hover,
-.v-readonly .#{$primaryStyleName}-button:hover {
- background-position: top left;
-}
-.#{$primaryStyleName}.v-readonly .#{$primaryStyleName}-input {
- background: transparent;
-}
-.#{$primaryStyleName}-suggestpopup {
- background: #f6f7f7;
- border: 1px solid #b6bbbc;
- font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
- color: #464f52;
- font-size: 12px;
- line-height: 18px;
- margin-top: -1px;
-}
-.#{$primaryStyleName}-suggestmenu .gwt-MenuItem {
- padding: 1px 6px;
- cursor: pointer;
- height: 18px;
-}
-.#{$primaryStyleName}-suggestmenu .gwt-MenuItem .v-icon {
- margin-right: 3px;
-}
-.#{$primaryStyleName}-suggestmenu .gwt-MenuItem-selected {
- background: #5daee8;
- color: #fff;
-}
-.#{$primaryStyleName}-nextpage,
-.#{$primaryStyleName}-nextpage-off,
-.#{$primaryStyleName}-prevpage-off,
-.#{$primaryStyleName}-prevpage {
- height: 11px;
- width:100%;
- background: transparent url(img/button-bg.png) no-repeat 50% 0;
- margin: 2px 0 0 0;
-}
-.#{$primaryStyleName}-prevpage,
-.#{$primaryStyleName}-prevpage-off {
- background-position: 50% -1px;
- margin: 0 0 2px 0;
-}
-.#{$primaryStyleName}-prevpage:hover {
- background-position: 50% bottom;
-}
-.#{$primaryStyleName}-nextpage:hover {
- background-position: 50% -12px;
-}
-.#{$primaryStyleName}-nextpage span,
-.#{$primaryStyleName}-nextpage-off span,
-.#{$primaryStyleName}-prevpage-off span,
-.#{$primaryStyleName}-prevpage span {
- display: block;
- height: 12px;
- width:100%;
- background: transparent url(img/arrow-up.png) no-repeat 50% 40%;
- text-indent: -90000px;
- cursor: pointer;
- overflow: hidden;
-}
-.#{$primaryStyleName}-nextpage span,
-.#{$primaryStyleName}-nextpage-off span {
- background: transparent url(img/arrow-down.png) no-repeat 50% 60%;
-}
-.#{$primaryStyleName}-status {
- font-size: 11px;
- line-height: 11px;
- width: 100%;
- padding: 4px 0px;
- height: 11px;
- border-top: 1px solid #b6bbbc;
-}
-
-
-/* Error styles (disabled by default)
- ----------------------------------
-
-.#{$primaryStyleName}-error {
- background-image: url(img/bg-left-filter-error.png);
-}
-.#{$primaryStyleName}-error .#{$primaryStyleName}-input {
- background-image: url(img/bg-center-filter-error.png);
-}
-.#{$primaryStyleName}-error .#{$primaryStyleName}-button {
- background-image: url(img/bg-right-filter-error.png);
-}
-.v-select-error .v-select-option,
-.v-select-error .v-select-select,
-.v-select-error .v-select-twincol-selections,
-.v-select-error .v-select-twincol-options {
- background: #FFE0E0;
-}
-*/
-
-/* Required field styles (disabled by default)
- --------------------------------------------
-
-.v-select-required .v-select-option,
-.v-select-required .v-select-select,
-.v-select-required .v-select-twincol-selections,
-.v-select-required .v-select-twincol-options {
- background: #FFE0E0;
-}
-*/
-} \ No newline at end of file