summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/menubar/menubar.css
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2012-08-08 14:27:31 +0300
committerHenri Sara <hesara@vaadin.com>2012-08-08 14:44:49 +0300
commitcfa455d6cfd4a535fd77cbc76637a57e7024e9ac (patch)
treececb66492671ed20fa9865581da12930ed502047 /WebContent/VAADIN/themes/runo/menubar/menubar.css
parent620e096b45f27ecc5aa85d164ca8b81df000e593 (diff)
downloadvaadin-framework-cfa455d6cfd4a535fd77cbc76637a57e7024e9ac.tar.gz
vaadin-framework-cfa455d6cfd4a535fd77cbc76637a57e7024e9ac.zip
Standard themes in SCSS form, updated CompileDefaultTheme (#9223)
Conversion performed for most themes trivial, just rename file and wrap in a mixin. For chameleon compounds, also nesting used. In some cases, related small files combined in a single SCSS file Chameleon accordion and select contain fixes other than just a missing semicolon.
Diffstat (limited to 'WebContent/VAADIN/themes/runo/menubar/menubar.css')
-rw-r--r--WebContent/VAADIN/themes/runo/menubar/menubar.css35
1 files changed, 0 insertions, 35 deletions
diff --git a/WebContent/VAADIN/themes/runo/menubar/menubar.css b/WebContent/VAADIN/themes/runo/menubar/menubar.css
deleted file mode 100644
index 91cf78189d..0000000000
--- a/WebContent/VAADIN/themes/runo/menubar/menubar.css
+++ /dev/null
@@ -1,35 +0,0 @@
-.v-menubar {
- color: #464f52;
- border-left: 1px solid #c6cbcc;
-}
-.v-menubar .v-menubar-menuitem {
- padding: 1px 10px;
- border: 1px solid #c6cbcc;
- border-left: none;
- height: 18px;
- line-height: 18x;
-}
-.v-menubar-menuitem-selected {
- color: #fff;
- background: #5daee8;
-}
-.v-menubar-submenu {
- background: #e9eced url(../tabsheet/img/tab-bg.png);
- font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
- color: #464f52;
- font-size: 12px;
- line-height: 14px;
- border-right: 1px solid #c6cbcc;
- border-bottom: 1px solid #c6cbcc;
- border-top: 1px solid #d0d4d5;
- border-left: 1px solid #d0d4d5;
-}
-.v-menubar-submenu .v-menubar-menuitem {
- padding-top: 1px;
- padding-bottom: 1px;
- line-height: 16px;
- padding-left: 10px;
-}
-.v-menubar-submenu .v-menubar-menuitem-caption .v-icon {
- vertical-align: middle;
-} \ No newline at end of file