Quelques petites modification du thème foncé.

Correction de certaines couleurs qui n'ont pas été modifiées.
Changement de la couleur et de la forme de l'image de loading.
This commit is contained in:
Alexis Degrugillier
2014-01-06 23:11:34 -05:00
parent 7048f64862
commit e538ebf33a
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