mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Contacts improvements (Added URL and Nickname fields)
This commit is contained in:
parent
f36cb72b82
commit
ef880319c6
42 changed files with 831 additions and 279 deletions
|
|
@ -175,6 +175,18 @@ html.rgba.textshadow {
|
|||
border-bottom-right-radius: @btnBorderRadius;
|
||||
}
|
||||
|
||||
.dropdown.colored-toggle.open .btn.dropdown-toggle {
|
||||
color: #BD362F;
|
||||
|
||||
.caret {
|
||||
border-top-color: #BD362F;
|
||||
}
|
||||
|
||||
[class^="icon-"]:before {
|
||||
color: #BD362F;
|
||||
}
|
||||
}
|
||||
|
||||
textarea, input[type="text"], input[type="password"], input[type="email"], input[type="search"] {
|
||||
|
||||
border: @rlInputBorderSize solid @inputBorder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue