mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-05 01:49:15 +00:00
fix hlLabelRef unreadable fg color if on selected/active headline row
This commit is contained in:
@@ -1,27 +1 @@
|
||||
@fonts-ui-bold: "Segoe WP Semibold", "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
@fonts-ui: "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
|
||||
@color-accent: #257aa7;
|
||||
@color-accent-light: lighten(@color-accent, 50%);
|
||||
@color-link: @color-accent;
|
||||
@default-text: #555;
|
||||
|
||||
body.ttrss_main,
|
||||
body.ttrss_prefs,
|
||||
#main {
|
||||
position : absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@import "tt-rss.less";
|
||||
@import "cdm.less";
|
||||
@import "prefs.less";
|
||||
@import "dijit.less";
|
||||
@import "utility.less";
|
||||
@import "zoom.less";
|
||||
|
||||
@import "../lib/flat-ttrss/flat.css";
|
||||
@import "defines.less";
|
||||
Reference in New Issue
Block a user