mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Split admin css from app.css
Cleanup normalize and bootstrap css Removed almost all css float Removed CKEditor from app.css
This commit is contained in:
parent
6dacfb3cf4
commit
b6d8fa5b3f
74 changed files with 455 additions and 1014 deletions
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
height: 40px;
|
||||
color: #fff;
|
||||
background-color: rgba(0,0,0,0.8) !important;
|
||||
background-color: rgba(0,0,0,0.8);
|
||||
|
||||
.close, .minimize-custom {
|
||||
opacity: 1;
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
padding: 2px 0;
|
||||
|
||||
textarea, input[type="text"] {
|
||||
width: 98%;
|
||||
width: 100%;
|
||||
}
|
||||
textarea {
|
||||
height: 40px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue