forked from I2P_Developers/i2p.i2p
SusiMail theme tweaks
This commit is contained in:
@@ -415,13 +415,6 @@ form {
|
||||
border: 1px solid #89f;
|
||||
}
|
||||
|
||||
/*
|
||||
.mailhead {
|
||||
font-size: 8.5pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
*/
|
||||
|
||||
table#message_full {
|
||||
margin-bottom: -23px;
|
||||
}
|
||||
@@ -434,6 +427,10 @@ table#message_full {
|
||||
border-bottom: 1px solid #89f;
|
||||
}
|
||||
|
||||
input[type="checkbox"], input[type="radio"] {
|
||||
background: none;
|
||||
}
|
||||
|
||||
input, textarea { /* opera fix */
|
||||
font-family: "Droid Sans", "Noto Sans", Ubuntu, "Segoe UI", "Bitstream Vera Sans", "DejaVu Sans", Verdana, "Lucida Grande", Helvetica, sans-serif;
|
||||
font-size: 9pt;
|
||||
@@ -449,7 +446,6 @@ input[type="text"], input[type="password"], textarea {
|
||||
|
||||
input[type=submit] {
|
||||
margin: 3px;
|
||||
/* min-width: 60px;*/
|
||||
}
|
||||
|
||||
input.new_upload, input.delete_attachment {
|
||||
@@ -1085,3 +1081,12 @@ body, td, textarea, input, div, p.mailbody {
|
||||
font-size: 10pt !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* end responsive layout */
|
||||
|
||||
/* MS Edge 14+ fix */
|
||||
_:-ms-lang(x), * {
|
||||
filter: none !important;
|
||||
-webkit-filter: none !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -634,6 +634,7 @@ input.optbox {
|
||||
}
|
||||
|
||||
input[type="checkbox"], input[type="radio"] {
|
||||
background: none;
|
||||
filter: invert(100%) sepia(100%) hue-rotate(70deg) saturate(200%); /* colorize radios and checkboxes */
|
||||
-webkit-filter: invert(100%) sepia(100%) hue-rotate(70deg) saturate(200%);
|
||||
}
|
||||
@@ -1140,3 +1141,12 @@ textarea[name="new_text"] {
|
||||
margin: 3px 5px !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* end responsive layout */
|
||||
|
||||
/* MS Edge 14+ fix */
|
||||
_:-ms-lang(x), * {
|
||||
filter: none !important;
|
||||
-webkit-filter: none !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -429,6 +429,7 @@ input {
|
||||
|
||||
input[type="radio"], input[type="checkbox"] {
|
||||
vertical-align: middle;
|
||||
background: none;
|
||||
}
|
||||
|
||||
input[type="text"], input[type="password"] {
|
||||
@@ -695,7 +696,7 @@ input.prevpage[disabled]:hover, input.prev[disabled]:hover, input[name="prev"][d
|
||||
text-indent: -99999px;
|
||||
}
|
||||
|
||||
input.prevpage:hover, input.prev, input[name="prev"]:hover, input[name="prevpage"]:hover {
|
||||
input[name="prev"]:hover, input[name="prevpage"]:hover {
|
||||
background: #fff url(/themes/susimail/images/previous.png) no-repeat center center;
|
||||
background: url(/themes/susimail/images/previous.png) no-repeat center center, linear-gradient(to bottom, #ddd 0%, #fff 100%);
|
||||
}
|
||||
@@ -1078,9 +1079,6 @@ table#pagenav {
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
border-radius: 2px 2px 0 0;
|
||||
/* background: #fff;
|
||||
background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eef 50%, #eef 100%);
|
||||
box-shadow: inset 0 0 0 1px #fff;*/
|
||||
}
|
||||
|
||||
table#pagenav td {
|
||||
@@ -1118,7 +1116,6 @@ div#bottombuttons {
|
||||
tr.bottombuttons table#pagenav {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
/* border-bottom: 1px solid #555;*/
|
||||
}
|
||||
|
||||
tr.bottombuttons:empty {
|
||||
@@ -1207,4 +1204,13 @@ border-bottom: 1px dotted #7778bf;
|
||||
body, td, textarea, input, div, p.mailbody {
|
||||
font-size: 10pt !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* end responsive layout */
|
||||
|
||||
/* MS Edge 14+ fix */
|
||||
_:-ms-lang(x), * {
|
||||
filter: none !important;
|
||||
-webkit-filter: none !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -286,6 +286,7 @@ input.optbox:hover {
|
||||
input[type="checkbox"], .optbox {
|
||||
min-width: 16px !important;
|
||||
min-height: 16px !important;
|
||||
background: none;
|
||||
filter: invert(100%) sepia(100%) hue-rotate(200deg) saturate(200%); /* colorize radios and checkboxes */
|
||||
-webkit-filter: invert(100%) sepia(100%) hue-rotate(200deg) saturate(200%);
|
||||
}
|
||||
@@ -1194,6 +1195,10 @@ input.new_upload {
|
||||
padding: 5px 5px 5px 22px !important;
|
||||
}
|
||||
|
||||
input.new_upload:hover, input.new_upload:focus {
|
||||
background: #000 url(/themes/susimail/images/attach.png) no-repeat 6px center !important;
|
||||
}
|
||||
|
||||
/* pagenav */
|
||||
|
||||
input.firstpage, input[name="firstpage"],
|
||||
@@ -1294,3 +1299,12 @@ input {
|
||||
margin: 3px 5px !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* end responsive layout */
|
||||
|
||||
/* MS Edge 14+ fix */
|
||||
_:-ms-lang(x), * {
|
||||
filter: none !important;
|
||||
-webkit-filter: none !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user