mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:45:56 +00:00
add night_base so that output files would generate properly, etc
This commit is contained in:
@@ -1472,6 +1472,10 @@ body.ttrss_prefs div#labellistLoading {
|
||||
body.ttrss_prefs #errorButton {
|
||||
color: red;
|
||||
}
|
||||
body.ttrss_prefs .user-css-editor {
|
||||
height: 300px;
|
||||
width: 575px;
|
||||
}
|
||||
body.ttrss_prefs table.prefPluginsList td label,
|
||||
body.ttrss_prefs table.prefUserList td {
|
||||
cursor: pointer;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -71,6 +71,11 @@ body.ttrss_prefs {
|
||||
color : red;
|
||||
}
|
||||
|
||||
.user-css-editor {
|
||||
height : 300px;
|
||||
width : 575px;
|
||||
}
|
||||
|
||||
table.prefPluginsList td label, table.prefUserList td {
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user