Merge pull request #350 from aledeg/issue338

Quelques petites modification du thème foncé.
This commit is contained in:
Alexandre Alapetite
2014-01-06 23:29:16 -08:00
3 changed files with 2 additions and 3 deletions

View File

@@ -28,7 +28,6 @@
.header > .item.title h1 {
display: inline-block;
margin: 0;
text-shadow: 1px -1px 0 #777;
}
.header > .item.search input {
width: 230px;
@@ -642,7 +641,7 @@
}
.form-group tr, .form-group th, .form-group td {
border:1px solid #DDD;
border:1px solid #2f2f2f;
font-weight:normal;
padding:.5em;
}

View File

@@ -109,7 +109,7 @@ input, select, textarea {
min-height: 15px !important;
}
input:focus, select:focus, textarea:focus {
color: #0062BE;
color: #6986b2;
border-color: #2f2f2f;
}
input:invalid, select:invalid {

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 404 B