Added Night theme

This commit is contained in:
benweet 2013-05-24 00:36:38 +01:00
parent 3c850094d3
commit 1ad72c2838

View File

@ -163,6 +163,7 @@ input[type="tel"]:focus,
input[type="color"]:focus, input[type="color"]:focus,
.uneditable-input:focus .uneditable-input:focus
{ {
background-color: #eee !important;
-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0), 0 0 8px rgba(255, 255, 255, 1) !important; -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0), 0 0 8px rgba(255, 255, 255, 1) !important;
-moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0), 0 0 8px rgba(255, 255, 255, 1) !important; -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0), 0 0 8px rgba(255, 255, 255, 1) !important;
box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0), 0 0 8px rgba(255, 255, 255, 1) !important; box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0), 0 0 8px rgba(255, 255, 255, 1) !important;