1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 05:19:15 +00:00

replace some theme-specific variables with global variables

This commit is contained in:
Andrew Dolgov
2018-12-09 09:40:53 +03:00
parent d4f9384d66
commit 4142f63e10
9 changed files with 148 additions and 157 deletions

View File

@@ -100,7 +100,7 @@
}
.footer {
border: 0px solid #ddd;
border: 0px solid @border-default;
border-bottom-width: 1px;
}
@@ -214,7 +214,7 @@ div#floatingTitle {
top : 0px;
right : 0px;
left : 0px;
border: 0px solid #ddd;
border: 0px solid @border-default;
border-bottom-width: 1px;
background : white;
color : @default-text;
@@ -333,7 +333,7 @@ div#floatingTitle.Unread a.title {
.cdm.expandable {
background-color : @color-panel-bg;
border: 0px solid #ddd;
border: 0px solid @border-default;
border-bottom-width: 1px;
> hr {