mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:55:56 +00:00
fix hr colors for dark theme, don't use hardcoded rgb value in light theme
This commit is contained in:
@@ -128,7 +128,7 @@ body.ttrss_prefs {
|
||||
}
|
||||
|
||||
hr {
|
||||
border-color : #ecf4ff;
|
||||
border-color : @border-default;
|
||||
max-width : 100%;
|
||||
}
|
||||
|
||||
|
||||
@@ -1577,7 +1577,7 @@ body.ttrss_prefs .prefErrorLog tr .timestamp {
|
||||
color: #555;
|
||||
}
|
||||
body.ttrss_prefs hr {
|
||||
border-color: #ecf4ff;
|
||||
border-color: #ddd;
|
||||
max-width: 100%;
|
||||
}
|
||||
body.ttrss_prefs .phpinfo table {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1577,7 +1577,7 @@ body.ttrss_prefs .prefErrorLog tr .timestamp {
|
||||
color: #555;
|
||||
}
|
||||
body.ttrss_prefs hr {
|
||||
border-color: #ecf4ff;
|
||||
border-color: #ddd;
|
||||
max-width: 100%;
|
||||
}
|
||||
body.ttrss_prefs .phpinfo table {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1578,7 +1578,7 @@ body.ttrss_prefs .prefErrorLog tr .timestamp {
|
||||
color: #ccc;
|
||||
}
|
||||
body.ttrss_prefs hr {
|
||||
border-color: #ecf4ff;
|
||||
border-color: #222;
|
||||
max-width: 100%;
|
||||
}
|
||||
body.ttrss_prefs .phpinfo table {
|
||||
@@ -2182,4 +2182,7 @@ body.flat.ttrss_main .alert {
|
||||
background: #222;
|
||||
border-color: #664518;
|
||||
}
|
||||
body.ttrss_prefs hr {
|
||||
border-color: #666;
|
||||
}
|
||||
/*# sourceMappingURL=night.css.map */
|
||||
File diff suppressed because one or more lines are too long
@@ -328,3 +328,8 @@ body.flat.ttrss_main {
|
||||
|
||||
}
|
||||
|
||||
body.ttrss_prefs {
|
||||
hr {
|
||||
border-color : @border-light;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1578,7 +1578,7 @@ body.ttrss_prefs .prefErrorLog tr .timestamp {
|
||||
color: #ccc;
|
||||
}
|
||||
body.ttrss_prefs hr {
|
||||
border-color: #ecf4ff;
|
||||
border-color: #222;
|
||||
max-width: 100%;
|
||||
}
|
||||
body.ttrss_prefs .phpinfo table {
|
||||
@@ -2182,4 +2182,7 @@ body.flat.ttrss_main .alert {
|
||||
background: #222;
|
||||
border-color: #133d54;
|
||||
}
|
||||
body.ttrss_prefs hr {
|
||||
border-color: #666;
|
||||
}
|
||||
/*# sourceMappingURL=night_blue.css.map */
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user