Browse Source
Fixed date/time picker on IE11
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/8650/head
John Molakvoæ (skjnldsv)
9 years ago
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with
5 additions and
2 deletions
-
core/css/styles.scss
|
|
|
@ -1030,6 +1030,8 @@ code { |
|
|
|
font-weight: normal; |
|
|
|
color: nc-lighten($color-main-text, 33%); |
|
|
|
opacity: .8; |
|
|
|
width: 26px; |
|
|
|
padding: 2px; |
|
|
|
} |
|
|
|
tr:hover { |
|
|
|
background-color: inherit; |
|
|
|
@ -1137,10 +1139,11 @@ code { |
|
|
|
flex-wrap: nowrap; |
|
|
|
justify-content: space-between; |
|
|
|
td { |
|
|
|
display: block; |
|
|
|
flex: 1 1; |
|
|
|
flex: 1 1 auto; |
|
|
|
margin: 0; |
|
|
|
padding: 2px; |
|
|
|
height: 26px; |
|
|
|
width: 26px; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
|