mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
Improve diverse form features
- General responsiveness - Resize select component - Fix datepicker for dark themes - Make success notification configurable Committed-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com> Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com> Reviewed-by: Rene Pfeuffer <rene.pfeuffer@cloudogu.com>
This commit is contained in:
committed by
SCM-Manager
parent
026ffa18fd
commit
b53f8bcf12
@@ -300,3 +300,7 @@ $danger-25: scale-color($danger, $lightness: -75%);
|
||||
.has-hover-visible:hover {
|
||||
color: $grey !important;
|
||||
}
|
||||
|
||||
input[type="date"].input::-webkit-calendar-picker-indicator {
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
||||
@@ -372,3 +372,7 @@ td:first-child.diff-gutter-conflict:before {
|
||||
border: 1px solid $info;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
input[type="date"].input::-webkit-calendar-picker-indicator {
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user