I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit f01ccf97 authored by str4d's avatar str4d
Browse files

Update to dark susimail theme from dr|z3d

parent 074baa63
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,16 @@ p.text { ...@@ -51,7 +51,16 @@ p.text {
} }
p.error { p.error {
color:#ff0000; color: #f00;
background: url("../../console/images/errortriangle.png") no-repeat scroll 20px center #000;
border: 1px solid #f00;
border-radius: 4px;
font-weight: bold;
text-align: justify;
word-wrap: break-word;
padding: 15px 5px 15px 70px !important;
margin: 10px 10px 15px;
min-height: 30px;
} }
p.info { p.info {
...@@ -111,7 +120,8 @@ a:hover { ...@@ -111,7 +120,8 @@ a:hover {
td { td {
color: #ee9; color: #ee9;
margin: 0 5px; margin: 0 5px;
font-size: 8pt; font-size: 8pt;
padding: 2px;
} }
tr.list0 { tr.list0 {
...@@ -149,7 +159,11 @@ table { ...@@ -149,7 +159,11 @@ table {
th { th {
font-size: 9pt; font-size: 9pt;
font-weight: bold; font-weight: bold;
background: url("../../console/dark/images/header.png") repeat scroll center center #000000;
padding: 7px;
border-bottom: 1px solid #494;
border-top: 1px solid #494;
} }
form { form {
...@@ -160,7 +174,7 @@ form { ...@@ -160,7 +174,7 @@ form {
font-size: 9pt; font-size: 9pt;
font-weight: bold; font-weight: bold;
} }
input.cancel, input.clearselection, input.logout { input.cancel, input.clearselection, input.logout {
background: #000 url('/themes/console/images/cancel.png') no-repeat 2px center; background: #000 url('/themes/console/images/cancel.png') no-repeat 2px center;
min-height: 22px; min-height: 22px;
...@@ -256,5 +270,15 @@ input[type=submit]:active, input.cancel:active { ...@@ -256,5 +270,15 @@ input[type=submit]:active, input.cancel:active {
} }
input[type=text] { input[type=text] {
color: #ee9; color: #ee9;
} }
input:disabled, input:disabled:hover, input:disabled:active {
border: none;
color: #ee9;
margin-left: -2px;
box-shadow: none;
-moz-box-shadow: none;
-khtml-box-shadow: none;
background: #000 !important;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment