From 9ff07bd2800c3c6e4450fe3a49b86b78da7821a0 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Thu, 28 Sep 2017 16:10:30 +0200 Subject: Fix progress input overflow removed border-radius on big quota from the main settings page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/inputs.scss | 1 + core/css/styles.scss | 6 ++++++ 2 files changed, 7 insertions(+) (limited to 'core') diff --git a/core/css/inputs.scss b/core/css/inputs.scss index de09db958a5..832ccdebaa6 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -478,6 +478,7 @@ progress { border-radius: 3px; flex-basis: 100%; height: 5px; + overflow: hidden; &.warn { &::-moz-progress-bar { background: $color-error; diff --git a/core/css/styles.scss b/core/css/styles.scss index 3b062250df4..33618d34117 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -932,6 +932,12 @@ code { padding: 0 !important; progress { height: 36px; + &::-moz-progress-bar { + border-radius: 3px 0 0 3px; + } + &::-webkit-progress-value { + border-radius: 3px 0 0 3px; + } } div { font-weight: normal; -- cgit v1.2.3