* Console, i2psnark: More button CSS tweaks

This commit is contained in:
zzz
2011-12-09 13:18:20 +00:00
parent 1c4d1e9a62
commit 49d88f0060
3 changed files with 22 additions and 22 deletions

View File

@@ -829,61 +829,61 @@ button, button:visited {
button.accept { button.accept {
background: #ffe url('../images/accept.png') no-repeat 2px center; background: #ffe url('../images/accept.png') no-repeat 2px center;
padding: 2px 3px 1px 20px; padding: 2px 3px 2px 20px;
min-height: 22px; min-height: 22px;
} }
button.add { button.add {
background: #ffe url('../images/add.png') no-repeat 2px center; background: #ffe url('../images/add.png') no-repeat 2px center;
padding: 2px 3px 1px 20px; padding: 2px 3px 2px 20px;
min-height: 22px; min-height: 22px;
} }
button.cancel { button.cancel {
background: #ffe url('../images/cancel.png') no-repeat 2px center; background: #ffe url('../images/cancel.png') no-repeat 2px center;
padding: 2px 3px 1px 20px; padding: 2px 3px 2px 20px;
min-height: 22px; min-height: 22px;
} }
button.check { button.check {
background: #ffe url('../images/tick.png') no-repeat 2px center; background: #ffe url('../images/tick.png') no-repeat 2px center;
padding: 2px 3px 1px 20px; padding: 2px 3px 2px 20px;
min-height: 22px; min-height: 22px;
} }
button.delete { button.delete {
background: #ffe url('../images/delete.png') no-repeat 2px center; background: #ffe url('../images/delete.png') no-repeat 2px center;
padding: 2px 3px 1px 20px; padding: 2px 3px 2px 20px;
min-height: 22px; min-height: 22px;
} }
button.download { button.download {
background: #ffe url('../images/arrow_down.png') no-repeat 2px center; background: #ffe url('../images/arrow_down.png') no-repeat 2px center;
padding: 2px 3px 1px 20px; padding: 2px 3px 2px 20px;
min-height: 22px; min-height: 22px;
} }
button.go { button.go {
background: #ffe url('../images/arrow_right.png') no-repeat 2px center; background: #ffe url('../images/arrow_right.png') no-repeat 2px center;
padding: 2px 3px 1px 20px; padding: 2px 3px 2px 20px;
min-height: 22px; min-height: 22px;
} }
button.reload { button.reload {
background: #ffe url('../images/arrow_refresh.png') no-repeat 2px center; background: #ffe url('../images/arrow_refresh.png') no-repeat 2px center;
padding: 2px 3px 1px 20px; padding: 2px 3px 2px 20px;
min-height: 22px; min-height: 22px;
} }
button.stop { button.stop {
background: #ffe url('../images/stop.png') no-repeat 2px center; background: #ffe url('../images/stop.png') no-repeat 2px center;
padding: 2px 3px 1px 20px; padding: 2px 3px 2px 20px;
min-height: 22px; min-height: 22px;
} }
button:hover { button:hover {
border: 1px solid #f60; border: 1px solid #f60;
background: #f60 !important; background-color: #f60 !important;
color: #fff; color: #fff;
-moz-box-shadow: inset 0px 0px 0px 1px #fff; -moz-box-shadow: inset 0px 0px 0px 1px #fff;
-khtml-box-shadow: inset 0px 0px 0px 1px #fff; -khtml-box-shadow: inset 0px 0px 0px 1px #fff;
@@ -943,60 +943,60 @@ input, input:visited {
input.accept { input.accept {
background: #ffe url('../images/accept.png') no-repeat 2px center; background: #ffe url('../images/accept.png') no-repeat 2px center;
padding: 2px 3px 1px 20px; padding: 2px 3px 2px 20px;
min-height: 22px; min-height: 22px;
} }
input.add { input.add {
background: #ffe url('../images/add.png') no-repeat 2px center; background: #ffe url('../images/add.png') no-repeat 2px center;
padding: 2px 3px 1px 20px; padding: 2px 3px 2px 20px;
min-height: 22px; min-height: 22px;
} }
input.cancel { input.cancel {
background: #ffe url('../images/cancel.png') no-repeat 2px center; background: #ffe url('../images/cancel.png') no-repeat 2px center;
padding: 2px 3px 1px 20px; padding: 2px 3px 2px 20px;
min-height: 22px; min-height: 22px;
} }
input.check { input.check {
background: #ffe url('../images/tick.png') no-repeat 2px center; background: #ffe url('../images/tick.png') no-repeat 2px center;
padding: 2px 3px 1px 20px; padding: 2px 3px 2px 20px;
min-height: 22px; min-height: 22px;
} }
input.delete { input.delete {
background: #ffe url('../images/delete.png') no-repeat 2px center; background: #ffe url('../images/delete.png') no-repeat 2px center;
padding: 2px 3px 1px 20px; padding: 2px 3px 2px 20px;
min-height: 22px; min-height: 22px;
} }
input.download { input.download {
background: #ffe url('../images/arrow_down.png') no-repeat 2px center; background: #ffe url('../images/arrow_down.png') no-repeat 2px center;
padding: 2px 3px 1px 20px; padding: 2px 3px 2px 20px;
min-height: 22px; min-height: 22px;
} }
input.go { input.go {
background: #ffe url('../images/arrow_right.png') no-repeat 2px center; background: #ffe url('../images/arrow_right.png') no-repeat 2px center;
padding: 2px 3px 1px 20px; padding: 2px 3px 2px 20px;
min-height: 22px; min-height: 22px;
} }
input.reload { input.reload {
background: #ffe url('../images/arrow_refresh.png') no-repeat 2px center; background: #ffe url('../images/arrow_refresh.png') no-repeat 2px center;
padding: 2px 3px 1px 20px; padding: 2px 3px 2px 20px;
min-height: 22px; min-height: 22px;
} }
input.stop { input.stop {
background: #ffe url('../images/stop.png') no-repeat 2px center; background: #ffe url('../images/stop.png') no-repeat 2px center;
padding: 2px 3px 1px 20px; padding: 2px 3px 2px 20px;
min-height: 22px; min-height: 22px;
} }
input:hover { input:hover {
background: #f60; background-color: #f60;
color: #fff; color: #fff;
border: 1px solid #f60; border: 1px solid #f60;
opacity: 1.0; opacity: 1.0;

View File

@@ -489,7 +489,7 @@ input[type=submit] {
input[type=submit]:hover { input[type=submit]:hover {
border: 1px outset #bbb; border: 1px outset #bbb;
text-shadow: 0 0; text-shadow: 0 0;
background: #f60; background-color: #f60;
color: #fff; color: #fff;
text-shadow: 0px 1px 5px #f00; text-shadow: 0px 1px 5px #f00;
} }

View File

@@ -512,7 +512,7 @@ input[type=submit] {
input[type=submit]:hover { input[type=submit]:hover {
border: 1px inset #bbb; border: 1px inset #bbb;
text-shadow: 0 0; text-shadow: 0 0;
background: #fef; background-color: #fef;
color: #f60; color: #f60;
background: #fef url('images/bling2.png') repeat-x scroll center center; background: #fef url('images/bling2.png') repeat-x scroll center center;