summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/itmill5/select
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2009-05-15 09:40:25 +0000
committerArtur Signell <artur.signell@itmill.com>2009-05-15 09:40:25 +0000
commit9b6e853c595ac303a60cdd40a5dcb566e9b6ce5d (patch)
tree0e7737367bff219bc4c1afb0392cfc28d0987490 /WebContent/VAADIN/themes/itmill5/select
parent172d7a935c1829c5e0b95a6b8be6ae43d99c10c0 (diff)
downloadvaadin-framework-9b6e853c595ac303a60cdd40a5dcb566e9b6ce5d.tar.gz
vaadin-framework-9b6e853c595ac303a60cdd40a5dcb566e9b6ce5d.zip
Fix for #2953 - Rename old default theme to itmill5
svn changeset:7826/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/itmill5/select')
-rw-r--r--WebContent/VAADIN/themes/itmill5/select/img/arrow-down.pngbin0 -> 251 bytes
-rw-r--r--WebContent/VAADIN/themes/itmill5/select/img/arrow-up.pngbin0 -> 237 bytes
-rw-r--r--WebContent/VAADIN/themes/itmill5/select/img/bg-center-filter-error.pngbin0 -> 217 bytes
-rw-r--r--WebContent/VAADIN/themes/itmill5/select/img/bg-center-filter.pngbin0 -> 1008 bytes
-rw-r--r--WebContent/VAADIN/themes/itmill5/select/img/bg-left-filter-error.pngbin0 -> 992 bytes
-rw-r--r--WebContent/VAADIN/themes/itmill5/select/img/bg-left-filter.pngbin0 -> 992 bytes
-rw-r--r--WebContent/VAADIN/themes/itmill5/select/img/bg-right-filter-error.pngbin0 -> 486 bytes
-rw-r--r--WebContent/VAADIN/themes/itmill5/select/img/bg-right-filter.pngbin0 -> 410 bytes
-rw-r--r--WebContent/VAADIN/themes/itmill5/select/img/button-bg.pngbin0 -> 435 bytes
-rw-r--r--WebContent/VAADIN/themes/itmill5/select/select.css158
10 files changed, 158 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/itmill5/select/img/arrow-down.png b/WebContent/VAADIN/themes/itmill5/select/img/arrow-down.png
new file mode 100644
index 0000000000..ee795fd069
--- /dev/null
+++ b/WebContent/VAADIN/themes/itmill5/select/img/arrow-down.png
Binary files differ
diff --git a/WebContent/VAADIN/themes/itmill5/select/img/arrow-up.png b/WebContent/VAADIN/themes/itmill5/select/img/arrow-up.png
new file mode 100644
index 0000000000..055ad61ef1
--- /dev/null
+++ b/WebContent/VAADIN/themes/itmill5/select/img/arrow-up.png
Binary files differ
diff --git a/WebContent/VAADIN/themes/itmill5/select/img/bg-center-filter-error.png b/WebContent/VAADIN/themes/itmill5/select/img/bg-center-filter-error.png
new file mode 100644
index 0000000000..72f74f16ab
--- /dev/null
+++ b/WebContent/VAADIN/themes/itmill5/select/img/bg-center-filter-error.png
Binary files differ
diff --git a/WebContent/VAADIN/themes/itmill5/select/img/bg-center-filter.png b/WebContent/VAADIN/themes/itmill5/select/img/bg-center-filter.png
new file mode 100644
index 0000000000..03e7384343
--- /dev/null
+++ b/WebContent/VAADIN/themes/itmill5/select/img/bg-center-filter.png
Binary files differ
diff --git a/WebContent/VAADIN/themes/itmill5/select/img/bg-left-filter-error.png b/WebContent/VAADIN/themes/itmill5/select/img/bg-left-filter-error.png
new file mode 100644
index 0000000000..da4a4e4cc9
--- /dev/null
+++ b/WebContent/VAADIN/themes/itmill5/select/img/bg-left-filter-error.png
Binary files differ
diff --git a/WebContent/VAADIN/themes/itmill5/select/img/bg-left-filter.png b/WebContent/VAADIN/themes/itmill5/select/img/bg-left-filter.png
new file mode 100644
index 0000000000..4a1d2a2966
--- /dev/null
+++ b/WebContent/VAADIN/themes/itmill5/select/img/bg-left-filter.png
Binary files differ
diff --git a/WebContent/VAADIN/themes/itmill5/select/img/bg-right-filter-error.png b/WebContent/VAADIN/themes/itmill5/select/img/bg-right-filter-error.png
new file mode 100644
index 0000000000..72ed791760
--- /dev/null
+++ b/WebContent/VAADIN/themes/itmill5/select/img/bg-right-filter-error.png
Binary files differ
diff --git a/WebContent/VAADIN/themes/itmill5/select/img/bg-right-filter.png b/WebContent/VAADIN/themes/itmill5/select/img/bg-right-filter.png
new file mode 100644
index 0000000000..04cb8e4089
--- /dev/null
+++ b/WebContent/VAADIN/themes/itmill5/select/img/bg-right-filter.png
Binary files differ
diff --git a/WebContent/VAADIN/themes/itmill5/select/img/button-bg.png b/WebContent/VAADIN/themes/itmill5/select/img/button-bg.png
new file mode 100644
index 0000000000..9653ed949b
--- /dev/null
+++ b/WebContent/VAADIN/themes/itmill5/select/img/button-bg.png
Binary files differ
diff --git a/WebContent/VAADIN/themes/itmill5/select/select.css b/WebContent/VAADIN/themes/itmill5/select/select.css
new file mode 100644
index 0000000000..2ccb153ae7
--- /dev/null
+++ b/WebContent/VAADIN/themes/itmill5/select/select.css
@@ -0,0 +1,158 @@
+.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 */
+
+.v-filterselect {
+ height: 23px;
+ background: transparent url(img/bg-left-filter.png) no-repeat;
+ padding-left: 4px;
+}
+.v-app .v-filterselect .v-filterselect-input,
+.v-window .v-filterselect .v-filterselect-input,
+.v-popupview-popup .v-filterselect .v-filterselect-input {
+ background: transparent url(img/bg-center-filter.png) no-repeat 1px 0;
+ border: none;
+ height: 20px;
+ margin: 0;
+ padding: 3px 0 0 2px;
+ font-size: 13px;
+}
+.v-filterselect-prompt .v-filterselect-input {
+ font-style: normal;
+}
+.v-filterselect-input:focus {
+ /* remove safari/mac outline from this element */
+ outline: none;
+}
+.v-filterselect-focus {
+ outline: 1px solid #5daee8;
+ outline-offset: -1px;
+}
+.v-sa .v-filterselect-focus {
+ /* place safari focus outline around the whole thing */
+ outline: 5px auto -webkit-focus-ring-color;
+ outline-offset: -4px;
+}
+.v-filterselect-button {
+ width: 25px;
+ height: 23px;
+ background: transparent url(img/bg-right-filter.png);
+}
+.v-filterselect-button:hover {
+ background-position: bottom left;
+}
+.v-disabled .v-filterselect-button:hover,
+.v-readonly .v-filterselect-button:hover {
+ background-position: top left;
+}
+.v-filterselect.v-readonly .v-filterselect-input {
+ background: transparent;
+ color: black;
+}
+.v-filterselect-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;
+}
+.v-filterselect-suggestmenu .gwt-MenuItem {
+ padding: 1px 6px;
+ cursor: pointer;
+ height: 18px;
+}
+.v-filterselect-suggestmenu .gwt-MenuItem .v-icon {
+ margin-right: 3px;
+}
+.v-filterselect-suggestmenu .gwt-MenuItem-selected {
+ background: #5daee8;
+ color: #fff;
+}
+.v-filterselect-nextpage,
+.v-filterselect-nextpage-off,
+.v-filterselect-prevpage-off,
+.v-filterselect-prevpage {
+ height: 11px;
+ width:100%;
+ background: transparent url(img/button-bg.png) no-repeat 50% 0;
+ margin: 2px 0 0 0;
+}
+.v-filterselect-prevpage,
+.v-filterselect-prevpage-off {
+ background-position: 50% -1px;
+ margin: 0 0 2px 0;
+}
+.v-filterselect-prevpage:hover {
+ background-position: 50% bottom;
+}
+.v-filterselect-nextpage:hover {
+ background-position: 50% -12px;
+}
+.v-filterselect-nextpage span,
+.v-filterselect-nextpage-off span,
+.v-filterselect-prevpage-off span,
+.v-filterselect-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;
+}
+.v-filterselect-nextpage span,
+.v-filterselect-nextpage-off span {
+ background: transparent url(img/arrow-down.png) no-repeat 50% 60%;
+}
+.v-filterselect-status {
+ font-size: 11px;
+ line-height: 11px;
+ width: 100%;
+ padding: 4px 0px;
+ height: 11px;
+ border-top: 1px solid #b6bbbc;
+}
+
+
+/* Error styles (disabled by default)
+ ----------------------------------
+
+.v-filterselect-error {
+ background-image: url(img/bg-left-filter-error.png);
+}
+.v-filterselect-error .v-filterselect-input {
+ background-image: url(img/bg-center-filter-error.png);
+}
+.v-filterselect-error .v-filterselect-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