mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-31 17:01:28 +00:00
center previously centered text on single line dialog panels
This commit is contained in:
@@ -1033,6 +1033,9 @@ body.ttrss_main ul.list {
|
||||
body.ttrss_main ul.list-unstyled {
|
||||
list-style-type: none;
|
||||
}
|
||||
body.ttrss_main .text-center {
|
||||
text-align: center;
|
||||
}
|
||||
::selection {
|
||||
background: #257aa7;
|
||||
color: #ffffff;
|
||||
@@ -1471,7 +1474,7 @@ body.ttrss_prefs table.prefPluginsList label {
|
||||
white-space: nowrap;
|
||||
}
|
||||
body.ttrss_prefs table.prefPluginsList i.plugin-enabled {
|
||||
color: #69C671;
|
||||
color: #69c671;
|
||||
}
|
||||
body.ttrss_prefs table.prefPluginsList label img {
|
||||
vertical-align: middle;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -81,7 +81,7 @@ body.ttrss_prefs {
|
||||
}
|
||||
|
||||
i.plugin-enabled {
|
||||
color : #69C671;
|
||||
color : @color-checked;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1226,6 +1226,10 @@ body.ttrss_main {
|
||||
list-style-type : none;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align : center;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
::selection {
|
||||
|
||||
Reference in New Issue
Block a user