SusiMail theme updates

This commit is contained in:
str4d
2017-03-06 04:42:43 +00:00
parent 83c9dc7437
commit 97fa5d9921
3 changed files with 34 additions and 20 deletions

View File

@ -473,7 +473,7 @@ textarea {
/* compose mail */
textarea[name="new_text"] {
width: 578px;
min-width: 662px;
margin: 10px 10px 10px 3px;
text-align: left;
}
@ -517,6 +517,7 @@ input {
input[type="file"] {
border: none !important;
padding: 0 !important;
margin-left: 0;
}
input[type="file"]:hover, input[type="file"]:focus {

View File

@ -462,7 +462,7 @@ input[type="submit"]:hover, input[type="reset"]:hover, input[type="submit"]:focu
}
input[type="submit"]:active, input[type="reset"]:active {
box-shadow: inset 2px 2px 2px #999;
box-shadow: inset 0 0 0 1px #fff, inset 2px 2px 2px #999;
color: #555;
background-blend-mode: luminosity;
border: 1px solid #f30;
@ -761,6 +761,11 @@ input.new_upload {
padding: 5px 5px 5px 22px;
}
input.new_upload:hover {
background: #fff url(/themes/susimail/images/attach.png) no-repeat 6px center;
background: url(/themes/susimail/images/attach.png) no-repeat 6px center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
}
input.new_upload {
float: right;
}
@ -782,7 +787,7 @@ img.sort:hover, img.sort[disabled]:hover {
}
img.sort:active {
box-shadow: inset 2px 2px 2px #999;
box-shadow: inset 0 0 0 1px #fff, inset 2px 2px 2px #999;
}
input[type="file"] {
@ -832,13 +837,17 @@ input[type="text"][disabled] {
padding: 3px;
}
#composemail td:first-child {
padding-right: 5px;
}
#composemail textarea {
margin-top: 15px;
}
#composemail textarea, #composemail input[type="text"] {
width: calc(100% - 20px);
max-width: 665px;
min-width: 565px;
}
div#mailheader {
@ -1055,9 +1064,7 @@ h3#config {
}
.topbuttons, .iframed .topbuttons {
/* height: 32px;*/
padding: 2px 3px 2px 3px;
/* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 255, 0.5) 40%, rgba(239, 239, 255, 0.5) 60%, rgba(255, 255, 255, 1) 100%), linear-gradient(to bottom, #fff 0%, #fff 51%, #eef 51%, #ddf 100%);*/
padding: 2px 3px 2px 2px;
white-space: nowrap;
}
@ -1164,12 +1171,12 @@ td p.error {
padding: 10px;
}
#attachedfile input[type="checkbox"] {
#newmail input[type="checkbox"], #attachedfile input[type="checkbox"] {
margin: 0 2px 0 0;
}
#attachedfile {
border-bottom: 1px dotted #7778bf;
border-bottom: 1px dotted #7778bf;
}
.attached {
@ -1194,6 +1201,10 @@ border-bottom: 1px dotted #7778bf;
-webkit-filter: drop-shadow(0 0 1px #999);
}
#deleteattached input {
margin: 8px 3px 0 0;
}
#prefsave {
margin-bottom: 25px !important;
}

View File

@ -273,16 +273,6 @@ table#mailbox tr[class^="list"]:hover {
overflow: hidden;
}
input.optbox {
opacity: 0.8;
}
input.optbox:hover {
opacity: 1.0;
filter: drop-shadow(0 0 2px #652787);
-webkit-filter: drop-shadow(0 0 2px #652787);
}
input[type="checkbox"], .optbox {
min-width: 16px !important;
min-height: 16px !important;
@ -291,6 +281,17 @@ input[type="checkbox"], .optbox {
-webkit-filter: invert(100%) sepia(100%) hue-rotate(200deg) saturate(200%);
}
input.optbox {
opacity: 0.8;
}
input.optbox:hover, input.optbox:focus {
opacity: 1.0;
filter: invert(100%) sepia(100%) hue-rotate(200deg) saturate(200%) drop-shadow(0 0 2px #652787);
-webkit-filter: invert(100%) sepia(100%) hue-rotate(200deg) saturate(200%) drop-shadow(0 0 2px #652787);
}
td#deleteattached {
padding-top: 5px !important;
}
@ -512,7 +513,8 @@ textarea[name="config_text"] {
/* compose mail */
textarea[name="new_text"] {
width: 578px;
min-width: 581px;
width: 581px;
margin: 10px 10px 10px 3px;
text-align: left;
}