diff options
author | Artur Signell <artur@vaadin.com> | 2012-02-03 22:20:34 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-02-03 22:20:34 +0200 |
commit | 4ede774d6c121f51537078ae9890bbf44f835e12 (patch) | |
tree | 9a988f6575466981186e3d845901a05c1dbad6d9 /WebContent/VAADIN/themes/runo/tabsheet | |
parent | 1d590265134781e90eb8d1607b287c76cf090fa2 (diff) | |
parent | 98737932a588f1b4a8f8115f2545da63ae7f4e4a (diff) | |
download | vaadin-framework-4ede774d6c121f51537078ae9890bbf44f835e12.tar.gz vaadin-framework-4ede774d6c121f51537078ae9890bbf44f835e12.zip |
Merge commit '98737932a588f1b4a8f8115f2545da63ae7f4e4a'
Conflicts:
WebContent/VAADIN/themes/base/button/button.css
WebContent/VAADIN/themes/runo/button/button.css
tests/integration_tests.xml
Diffstat (limited to 'WebContent/VAADIN/themes/runo/tabsheet')
-rw-r--r-- | WebContent/VAADIN/themes/runo/tabsheet/tabsheet.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/WebContent/VAADIN/themes/runo/tabsheet/tabsheet.css b/WebContent/VAADIN/themes/runo/tabsheet/tabsheet.css index 9c6559b0f3..7028b3ed16 100644 --- a/WebContent/VAADIN/themes/runo/tabsheet/tabsheet.css +++ b/WebContent/VAADIN/themes/runo/tabsheet/tabsheet.css @@ -103,10 +103,10 @@ background-color: #fff; border-bottom: 1px solid #dee2e3; border-top: none; -}
-.v-tabsheet-hidetabs .v-tabsheet-content {
- border-top: 1px solid #b5babb;
-}
+} +.v-tabsheet-hidetabs .v-tabsheet-content { + border-top: 1px solid #b5babb; +} .v-tabsheet-deco { height: 10px; background: transparent url(../panel/img/bottom-right.png) repeat-x right top; |