aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay/select
diff options
context:
space:
mode:
authorHenri Kerola <henri.kerola@itmill.com>2010-09-17 10:33:44 +0000
committerHenri Kerola <henri.kerola@itmill.com>2010-09-17 10:33:44 +0000
commit9a7024c8dd199b7f76350d5a4f09a4cead79e39f (patch)
tree28b3fa3a6e01153a87074fc19cc44f3cd5428750 /WebContent/VAADIN/themes/liferay/select
parent425bb03b222da153ac252b01b3ca46d1e714d869 (diff)
downloadvaadin-framework-9a7024c8dd199b7f76350d5a4f09a4cead79e39f.tar.gz
vaadin-framework-9a7024c8dd199b7f76350d5a4f09a4cead79e39f.zip
Liferay Alloy UI theme for Vaadin
svn changeset:14986/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/select')
-rw-r--r--WebContent/VAADIN/themes/liferay/select/select.css64
1 files changed, 64 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/liferay/select/select.css b/WebContent/VAADIN/themes/liferay/select/select.css
new file mode 100644
index 0000000000..7710f6cfc3
--- /dev/null
+++ b/WebContent/VAADIN/themes/liferay/select/select.css
@@ -0,0 +1,64 @@
+.v-app select,
+.v-window select {
+ padding: 1px;
+}
+
+.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;
+} \ No newline at end of file