diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/static/style.css b/static/style.css index 2b9b329c..1f3f9f58 100644 --- a/static/style.css +++ b/static/style.css @@ -179,4 +179,15 @@ select {      left: auto !important;      -webkit-appearance: unset !important;      opacity: 1 !important; +} + +div.danger-input * { +    /*border-radius: 5px;*/ +    /*padding: 0.8rem;*/ +    /*min-height: 3.5rem;*/ +    color: red; +    border-color: red !important; + +    transition: color 0.5s ease, +                border-color 0.5s ease;  }
\ No newline at end of file | 
