Added Night theme
This commit is contained in:
parent
3c850094d3
commit
1ad72c2838
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user