diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-11-06 12:44:17 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-11-06 12:44:17 +0100 |
commit | 3e538443c526aa7768dbc230526aec3b4a9d2cc8 (patch) | |
tree | 909aaac400ddc22b05a6a2cc9914633432c63a8a | |
parent | 4e6d828ae7d92a125c5e40d4f72e61163300a5dd (diff) | |
download | nextcloud-server-3e538443c526aa7768dbc230526aec3b4a9d2cc8.tar.gz nextcloud-server-3e538443c526aa7768dbc230526aec3b4a9d2cc8.zip |
Fix opacity of minutes in timepicker
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r-- | core/css/styles.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index 60a53af464b..8dde1c4b9c4 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -1130,7 +1130,6 @@ code { &.ui-timepicker-minutes:not(.ui-state-hover) { color: nc-lighten($color-main-text, 33%); - opacity: .8; } &.ui-timepicker-hours { |