mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Uploading and preparing the repository to the dev version.
Original unminified source code (dev folder - js, css, less) (fixes #6) Grunt build system Multiple identities correction (fixes #9) Compose html editor (fixes #12) New general settings - Loading Description New warning about default admin password Split general and login screen settings
This commit is contained in:
parent
afad45137e
commit
4cc2207513
846 changed files with 99453 additions and 2123 deletions
72
dev/Styles/_Select2Fix.less
Normal file
72
dev/Styles/_Select2Fix.less
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
|
||||
.select2-container-multi {
|
||||
|
||||
.select2-choices {
|
||||
|
||||
background-image: none;
|
||||
border: @rlInputBorderSize solid @inputBorder;
|
||||
|
||||
.border-radius(@inputBorderRadius);
|
||||
|
||||
.select2-search-choice {
|
||||
line-height: 15px;
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
&.select2-container-active {
|
||||
.select2-choices {
|
||||
border: @rlInputBorderSize solid darken(@inputBorder, 20%);
|
||||
.box-shadow(none);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.select2-drop {
|
||||
|
||||
.box-shadow(none);
|
||||
|
||||
.select2-subname {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.select2-highlighted .select2-subname {
|
||||
color: #eee;
|
||||
}
|
||||
}
|
||||
|
||||
.select2-results {
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
max-height: 400px;
|
||||
|
||||
.select2-searching {
|
||||
padding: 1px 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.select2-icon {
|
||||
line-height: 20px;
|
||||
padding: 0 0 0 7px
|
||||
}
|
||||
|
||||
.select2-icon-result {
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
.select2-result-label {
|
||||
margin: 0px !important;
|
||||
padding: 5px !important;
|
||||
font-size: 16px;
|
||||
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
|
||||
.select2-user-pic {
|
||||
display: inline-block;
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue