mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Improved dark mode
This commit is contained in:
parent
cec3581626
commit
11823c280d
8 changed files with 23 additions and 15 deletions
1
vendors/bootstrap/less/forms.less
vendored
1
vendors/bootstrap/less/forms.less
vendored
|
|
@ -91,7 +91,6 @@ input {
|
|||
|
||||
// Focus state
|
||||
&:focus {
|
||||
background-color: #fff;
|
||||
border-color: darken(@inputBorder, 20%);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
|
|||
3
vendors/bootstrap/less/type.less
vendored
3
vendors/bootstrap/less/type.less
vendored
|
|
@ -72,8 +72,7 @@ li {
|
|||
hr {
|
||||
margin: @baseLineHeight 0;
|
||||
border: 0;
|
||||
border-top: 1px solid @hrBorder;
|
||||
border-bottom: 1px solid @white;
|
||||
border-bottom: 1px solid @hrBorder;
|
||||
box-sizing: content-box;
|
||||
height: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue