summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/chameleon/compound/segment/segment.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/compound/segment/segment.css b/WebContent/VAADIN/themes/chameleon/compound/segment/segment.css
index ad4431eeff..a529bff173 100644
--- a/WebContent/VAADIN/themes/chameleon/compound/segment/segment.css
+++ b/WebContent/VAADIN/themes/chameleon/compound/segment/segment.css
@@ -1,15 +1,16 @@
.v-horizontallayout-segment .v-button {
- border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
+ border-radius: 0;
border-left-width: 0;
zoom: 1;
+ overflow: visible;
}
.v-horizontallayout-segment .v-button .v-button-wrap {
- border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
+ border-radius: 0;
zoom: 1;
}
@@ -18,6 +19,8 @@
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
+ border-top-left-radius: 3px;
+ border-bottom-left-radius: 3px;
border-left-width: 1px;
}
@@ -26,6 +29,8 @@
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-bottomleft: 2px;
+ border-top-left-radius: 2px;
+ border-bottom-left-radius: 2px;
}
.v-horizontallayout-segment .last {
@@ -33,6 +38,8 @@
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
+ border-top-right-radius: 3px;
+ border-bottom-right-radius: 3px;
}
.v-horizontallayout-segment .last .v-button-wrap {
@@ -40,4 +47,6 @@
-webkit-border-bottom-right-radius: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 2px;
+ border-top-right-radius: 2px;
+ border-bottom-right-radius: 2px;
} \ No newline at end of file
ption> Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/.codecov.yml
blob: 47e0b94bec4da2d49fddca87ea5ee5c20356c2f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
codecov:
  branch: master

coverage:
  precision: 2
  round: down
  range: "70...100"

comment:
  layout: "header, diff, changes, uncovered, tree"
  behavior: default