diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-21 13:39:13 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-05-21 13:39:13 +0000 |
commit | c08936ae430e1606011a3344e5dbfbcbd3c366a6 (patch) | |
tree | 57f5abcfb6cf76b549ae691a8c75cc2d5faad0a2 /WebContent/VAADIN/themes/reindeer/button | |
parent | 48a1592cbb865222e482f4ec8aa773f68f6274db (diff) | |
download | vaadin-framework-c08936ae430e1606011a3344e5dbfbcbd3c366a6.tar.gz vaadin-framework-c08936ae430e1606011a3344e5dbfbcbd3c366a6.zip |
minor fixes to reindeer theme.
svn changeset:7936/svn branch:6.0
Diffstat (limited to 'WebContent/VAADIN/themes/reindeer/button')
-rw-r--r-- | WebContent/VAADIN/themes/reindeer/button/button.css | 64 |
1 files changed, 38 insertions, 26 deletions
diff --git a/WebContent/VAADIN/themes/reindeer/button/button.css b/WebContent/VAADIN/themes/reindeer/button/button.css index 16cb529904..6dd0681ff9 100644 --- a/WebContent/VAADIN/themes/reindeer/button/button.css +++ b/WebContent/VAADIN/themes/reindeer/button/button.css @@ -145,32 +145,7 @@ div > .v-button .v-errorindicator, display: block; margin-left: 0; } -/* Link style buttons */ -.v-button.v-button-link, -.v-ie7 .v-button-link.v-pressed { - background: transparent; - height: auto; - padding: 0; - cursor: pointer; -} -.v-button.v-button-link .v-button-caption, -.v-ie7 .v-button-link.v-pressed .v-button-caption { - background: transparent; - height: auto; - padding: 0; - display: inline; - font-weight: normal; - color: #1b699f; - font-size: 12px; - text-shadow: none; -} -.v-button.v-button-link .v-icon + .v-button-caption { - margin: 0; - padding: 0; -} -.v-button-link:focus { - outline: 1px dotted #1b699f; -} + /** * Default action button style -------------------------- */ @@ -322,6 +297,43 @@ div > .v-button-small .v-button-caption, /** + * Link style buttons ----------------------- + */ +div > .v-button.v-button-link, +div > .v-button.v-button-link:focus, +div > .v-button.v-button-link:active, +.v-ie7 .v-button-link, +.v-ie7 .v-button-link.v-pressed { + background: transparent; + height: auto; + padding: 0; + cursor: pointer; +} +div > .v-button.v-button-link .v-button-caption, +div > .v-button.v-button-link:focus .v-button-caption, +div > .v-button.v-button-link:active .v-button-caption, +.v-ie7 .v-button-link .v-button-caption, +.v-ie7 .v-button-link.v-pressed .v-button-caption { + background: transparent; + height: auto; + padding: 0; + display: inline; + font-weight: normal; + color: #1b699f; + font-size: 12px; + text-shadow: none; +} +.v-button.v-button-link .v-icon + .v-button-caption { + margin: 0; + padding: 0; +} +.v-button.v-button-link:focus { + outline: 1px dotted #1b699f; +} + + + +/** * IE6 buttons -------------------------- */ .v-ie6 .v-button { |