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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user