diff options
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/compound/segment/segment.css')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/compound/segment/segment.css | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/compound/segment/segment.css b/WebContent/VAADIN/themes/chameleon/compound/segment/segment.css new file mode 100644 index 0000000000..ad4431eeff --- /dev/null +++ b/WebContent/VAADIN/themes/chameleon/compound/segment/segment.css @@ -0,0 +1,43 @@ +.v-horizontallayout-segment .v-button { + border-radius: 0; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-left-width: 0; + zoom: 1; + } + +.v-horizontallayout-segment .v-button .v-button-wrap { + border-radius: 0; + -webkit-border-radius: 0; + -moz-border-radius: 0; + zoom: 1; + } + +.v-horizontallayout-segment .first { + -webkit-border-top-left-radius: 3px; + -webkit-border-bottom-left-radius: 3px; + -moz-border-radius-topleft: 3px; + -moz-border-radius-bottomleft: 3px; + border-left-width: 1px; + } + +.v-horizontallayout-segment .first .v-button-wrap { + -webkit-border-top-left-radius: 2px; + -webkit-border-bottom-left-radius: 2px; + -moz-border-radius-topleft: 2px; + -moz-border-radius-bottomleft: 2px; + } + +.v-horizontallayout-segment .last { + -webkit-border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 3px; + } + +.v-horizontallayout-segment .last .v-button-wrap { + -webkit-border-top-right-radius: 2px; + -webkit-border-bottom-right-radius: 2px; + -moz-border-radius-topright: 2px; + -moz-border-radius-bottomright: 2px; + }
\ No newline at end of file |