summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon/compound
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2011-08-26 07:08:36 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2011-08-26 07:08:36 +0000
commit736820c8297656e6d0bcc6b8c56a3621ebfe32b2 (patch)
treeafae7fd36d6a636f943db01e9ae44c8b3bcc0037 /WebContent/VAADIN/themes/chameleon/compound
parent2999c18cab6bd7324667cd419dedb36c211f8507 (diff)
downloadvaadin-framework-736820c8297656e6d0bcc6b8c56a3621ebfe32b2.tar.gz
vaadin-framework-736820c8297656e6d0bcc6b8c56a3621ebfe32b2.zip
Chameleon theme fixes
* Button with explicit width now behaves similarly across browsers, either clipping the text or ellipticizing it * DateField popup button now same height as the input field * Minor stylistic changes svn changeset:20673/svn branch:6.7
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/compound')
-rw-r--r--WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css b/WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css
index 8da3581291..e2ab7f2080 100644
--- a/WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css
+++ b/WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css
@@ -28,6 +28,8 @@
.sidebar-menu .selected {
font-weight: bold;
background-color: #333;
+ background-image: url(../../img/grad-light-top2.png);
+ background-position: 0 -1px;
color: #fff;
}