summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2011-07-28 13:39:15 +0000
committerHenri Sara <henri.sara@itmill.com>2011-07-28 13:39:15 +0000
commit2cfdbc9becea1f9f26db1542a4cc4c7198d2225e (patch)
treeb47d503a071372126b9186cca02000f4899c17dd /WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css
parenta142bc4fc4f4a582f53915ac3eb7872df9429c44 (diff)
downloadvaadin-framework-2cfdbc9becea1f9f26db1542a4cc4c7198d2225e.tar.gz
vaadin-framework-2cfdbc9becea1f9f26db1542a4cc4c7198d2225e.zip
#7053 Chameleon theme integration, first phase: basic theme in Vaadin and JAR, compiled into a single styles.css
svn changeset:20007/svn branch:6.7
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css')
-rw-r--r--WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css37
1 files changed, 37 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
new file mode 100644
index 0000000000..386a2492c6
--- /dev/null
+++ b/WebContent/VAADIN/themes/chameleon/compound/sidebar-menu/sidebar-menu.css
@@ -0,0 +1,37 @@
+.sidebar-menu * {
+ white-space: normal;
+ }
+
+.sidebar-menu .v-label {
+ font-size: 0.85em;
+ text-transform: uppercase;
+ font-weight: bold;
+ letter-spacing: 0.03em;
+ padding: 1em .9em .3em;
+ text-shadow: 0 1px 0 rgba(255,255,255,1);
+ }
+
+.sidebar-menu .v-nativebutton {
+ width: 100%;
+ padding: .1em 1.1em;
+ border: none;
+ background: transparent;
+ text-align: left;
+ }
+
+.sidebar-menu .v-nativebutton:focus {
+ outline: none;
+ font-weight: bold;
+ }
+
+.sidebar-menu .tab-selected,
+.sidebar-menu .selected {
+ font-weight: bold;
+ background-color: #333;
+ color: #fff;
+ }
+
+.sidebar-menu .tab-selected:focus,
+.sidebar-menu .selected:focus {
+ outline: none;
+ } \ No newline at end of file