mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-25 00:37:29 -04:00
Merge pull request #350 from aledeg/issue338
Quelques petites modification du thème foncé.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 404 B |
Reference in New Issue
Block a user