replace a few more hardcoded colors with less variables
This commit is contained in:
parent
4142f63e10
commit
e28a993955
|
@ -10,7 +10,7 @@ body.ttrss_prefs,
|
|||
margin: 0;
|
||||
}
|
||||
body.ttrss_main {
|
||||
background: white;
|
||||
background: #ffffff;
|
||||
color: #000000;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
|
@ -28,7 +28,7 @@ body.ttrss_main div.post div.header {
|
|||
color: #909090;
|
||||
border: 0px solid #dddddd;
|
||||
border-bottom-width: 1px;
|
||||
background: #f0f0f0;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
body.ttrss_main div.post div.header .left,
|
||||
body.ttrss_main div.post div.header .right {
|
||||
|
@ -394,12 +394,12 @@ body.ttrss_main span.preview {
|
|||
}
|
||||
body.ttrss_main .hl.Selected .hlLabelRef,
|
||||
body.ttrss_main .hl.active .hlLabelRef {
|
||||
color: #063064;
|
||||
color: #000000;
|
||||
}
|
||||
body.ttrss_main span.hlLabelRef {
|
||||
background-color: #fff7d5;
|
||||
font-size: 8px;
|
||||
color: #063064;
|
||||
color: #000000;
|
||||
font-weight: normal;
|
||||
margin-left: 2px;
|
||||
padding: 1px 4px 1px 4px;
|
||||
|
@ -453,7 +453,7 @@ body.ttrss_main .noborder {
|
|||
border-width: 0px;
|
||||
}
|
||||
body.ttrss_main #overlay {
|
||||
background: white;
|
||||
background: #ffffff;
|
||||
left: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
|
@ -481,8 +481,8 @@ body.ttrss_main div.whiteBox {
|
|||
body.ttrss_main div.autocomplete {
|
||||
position: absolute;
|
||||
width: 250px;
|
||||
background-color: white;
|
||||
border: 1px solid #778899;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #dddddd;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
@ -492,7 +492,7 @@ body.ttrss_main div.autocomplete ul {
|
|||
padding: 0px;
|
||||
}
|
||||
body.ttrss_main div.autocomplete ul li.selected {
|
||||
background-color: #fff7d5;
|
||||
background-color: #e6e6e6;
|
||||
}
|
||||
body.ttrss_main div.autocomplete ul li {
|
||||
list-style-type: none;
|
||||
|
@ -557,7 +557,7 @@ body.ttrss_main div#cmdline {
|
|||
font-size: 11px;
|
||||
color: #555555;
|
||||
font-weight: bold;
|
||||
background-color: white;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #257aa7;
|
||||
padding: 3px 5px 3px 5px;
|
||||
z-index: 5;
|
||||
|
@ -597,9 +597,9 @@ body.ttrss_main #feeds-holder #feedTree {
|
|||
font-family: "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
body.ttrss_main #feeds-holder #feedTree .counterNode.aux {
|
||||
background: #f0f0f0;
|
||||
color: #999;
|
||||
border-color: #f0f0f0;
|
||||
background: #f5f5f5;
|
||||
color: #6f6f6f;
|
||||
border-color: #dcdcdc;
|
||||
}
|
||||
body.ttrss_main #feeds-holder #feedTree .counterNode {
|
||||
font-weight: bold;
|
||||
|
@ -637,7 +637,7 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow {
|
|||
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRowSelected {
|
||||
box-shadow: -1px 0px 2px -1px rgba(0, 0, 0, 0.1);
|
||||
border-color: #dddddd transparent;
|
||||
background: white;
|
||||
background: #ffffff;
|
||||
color: #333;
|
||||
}
|
||||
body.ttrss_main #feeds-holder #feedTree .icon {
|
||||
|
@ -806,14 +806,14 @@ body.ttrss_main .player {
|
|||
margin: 0px 2px 0px 2px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
background: white;
|
||||
background: #ffffff;
|
||||
}
|
||||
body.ttrss_main .player.playing {
|
||||
color: #00c000;
|
||||
border-color: #00c000;
|
||||
}
|
||||
body.ttrss_main .player:hover {
|
||||
background: #f0f0f0;
|
||||
background: #f5f5f5;
|
||||
cursor: pointer;
|
||||
}
|
||||
body.ttrss_main #headlines-spacer {
|
||||
|
@ -841,7 +841,7 @@ body.ttrss_main ul#filterDlg_Actions {
|
|||
border-style: solid;
|
||||
border-color: #dddddd;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
background-color: white;
|
||||
background-color: #ffffff;
|
||||
margin: 0px 0px 5px 0px;
|
||||
padding: 4px;
|
||||
min-height: 16px;
|
||||
|
@ -1007,7 +1007,7 @@ body.ttrss_main .panel {
|
|||
padding: 4px;
|
||||
}
|
||||
body.ttrss_main .dijitDialog .panel {
|
||||
background: white;
|
||||
background: #ffffff;
|
||||
}
|
||||
body.ttrss_main .panel-scrollable {
|
||||
overflow: auto;
|
||||
|
@ -1024,7 +1024,7 @@ body.ttrss_main ul.list-unstyled {
|
|||
}
|
||||
::selection {
|
||||
background: #257aa7;
|
||||
color: white;
|
||||
color: #ffffff;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2,6 +2,7 @@
|
|||
@fonts-ui: "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
|
||||
@default-fg: black;
|
||||
@default-bg: white;
|
||||
@color-accent: #257aa7;
|
||||
@color-accent-light: lighten(@color-accent, 50%);
|
||||
@color-link: @color-accent;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
body.ttrss_main {
|
||||
background : white;
|
||||
background : @default-bg;
|
||||
color : @default-fg;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
|
@ -18,7 +18,7 @@ body.ttrss_main {
|
|||
color : #909090;
|
||||
border: 0px solid @border-default;
|
||||
border-bottom-width: 1px;
|
||||
background: #f0f0f0;
|
||||
background: @color-panel-bg;
|
||||
|
||||
.left, .right {
|
||||
display : flex;
|
||||
|
@ -454,13 +454,13 @@ body.ttrss_main {
|
|||
|
||||
.hl.Selected .hlLabelRef,
|
||||
.hl.active .hlLabelRef {
|
||||
color : #063064;
|
||||
color : @default-fg;
|
||||
}
|
||||
|
||||
span.hlLabelRef {
|
||||
background-color : #fff7d5;
|
||||
font-size : 8px;
|
||||
color : #063064;
|
||||
color : @default-fg;
|
||||
font-weight : normal;
|
||||
margin-left : 2px;
|
||||
padding : 1px 4px 1px 4px;
|
||||
|
@ -524,7 +524,7 @@ body.ttrss_main {
|
|||
}
|
||||
|
||||
#overlay {
|
||||
background : white;
|
||||
background : @default-bg;
|
||||
left : 0;
|
||||
top : 0;
|
||||
height : 100%;
|
||||
|
@ -556,8 +556,8 @@ body.ttrss_main {
|
|||
div.autocomplete {
|
||||
position : absolute;
|
||||
width : 250px;
|
||||
background-color : white;
|
||||
border :1px solid #778899;
|
||||
background-color : @default-bg;
|
||||
border :1px solid @border-default;
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
|
||||
|
@ -568,7 +568,7 @@ body.ttrss_main {
|
|||
}
|
||||
|
||||
ul li.selected {
|
||||
background-color : #fff7d5;
|
||||
background-color : darken(@default-bg, 10%);
|
||||
}
|
||||
|
||||
ul li {
|
||||
|
@ -650,7 +650,7 @@ body.ttrss_main {
|
|||
font-size : 11px;
|
||||
color : @default-text;
|
||||
font-weight : bold;
|
||||
background-color : white;
|
||||
background-color : @default-bg;
|
||||
border : 1px solid @color-accent;
|
||||
padding : 3px 5px 3px 5px;
|
||||
z-index : 5;
|
||||
|
@ -696,9 +696,9 @@ body.ttrss_main {
|
|||
font-family : @fonts-ui;
|
||||
|
||||
.counterNode.aux {
|
||||
background : #f0f0f0;
|
||||
color : #999;
|
||||
border-color : #f0f0f0;
|
||||
background : @color-panel-bg;
|
||||
color : lighten(@default-text, 10%);
|
||||
border-color : darken(@color-panel-bg, 10%);
|
||||
}
|
||||
|
||||
.counterNode {
|
||||
|
@ -742,7 +742,7 @@ body.ttrss_main {
|
|||
.dijitTreeNode .dijitTreeRowSelected {
|
||||
box-shadow : -1px 0px 2px -1px rgba(0,0,0,0.1);
|
||||
border-color : @border-default transparent;
|
||||
background : white;
|
||||
background : @default-bg;
|
||||
color : #333;
|
||||
}
|
||||
|
||||
|
@ -945,7 +945,7 @@ body.ttrss_main {
|
|||
margin : 0px 2px 0px 2px;
|
||||
width : 50px;
|
||||
text-align : center;
|
||||
background : white;
|
||||
background : @default-bg;
|
||||
}
|
||||
|
||||
.player.playing {
|
||||
|
@ -954,7 +954,7 @@ body.ttrss_main {
|
|||
}
|
||||
|
||||
.player:hover {
|
||||
background : #f0f0f0;
|
||||
background : @color-panel-bg;
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
|
@ -984,7 +984,7 @@ body.ttrss_main {
|
|||
border-style : solid;
|
||||
border-color : @border-default;
|
||||
border-width : 1px 1px 1px 1px;
|
||||
background-color : white;
|
||||
background-color : @default-bg;
|
||||
margin : 0px 0px 5px 0px;
|
||||
padding : 4px;
|
||||
min-height : 16px;
|
||||
|
@ -1191,7 +1191,7 @@ body.ttrss_main {
|
|||
}
|
||||
|
||||
.dijitDialog .panel {
|
||||
background : white;
|
||||
background : @default-bg;
|
||||
}
|
||||
|
||||
.panel-scrollable {
|
||||
|
@ -1215,7 +1215,7 @@ body.ttrss_main {
|
|||
|
||||
::selection {
|
||||
background : @color-accent;
|
||||
color : white;
|
||||
color : @default-bg;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
|
||||
<div id="overlay" style="display : block">
|
||||
<div id="overlay_inner">
|
||||
<div class="insensitive"><?php echo __("Loading, please wait...") ?></div>
|
||||
<?php echo __("Loading, please wait...") ?>
|
||||
<div dojoType="dijit.ProgressBar" places="0" style="width : 300px" id="loading_bar"
|
||||
progress="0" maximum="100">
|
||||
</div>
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
|
||||
<div id="overlay">
|
||||
<div id="overlay_inner">
|
||||
<div class="insensitive"><?php echo __("Loading, please wait...") ?></div>
|
||||
<?php echo __("Loading, please wait...") ?>
|
||||
<div dojoType="dijit.ProgressBar" places="0" style="width : 300px" id="loading_bar"
|
||||
progress="0" maximum="100">
|
||||
</div>
|
||||
|
|
|
@ -10,7 +10,7 @@ body.ttrss_prefs,
|
|||
margin: 0;
|
||||
}
|
||||
body.ttrss_main {
|
||||
background: white;
|
||||
background: #333333;
|
||||
color: #cccccc;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
|
@ -28,7 +28,7 @@ body.ttrss_main div.post div.header {
|
|||
color: #909090;
|
||||
border: 0px solid #222222;
|
||||
border-bottom-width: 1px;
|
||||
background: #f0f0f0;
|
||||
background: #222222;
|
||||
}
|
||||
body.ttrss_main div.post div.header .left,
|
||||
body.ttrss_main div.post div.header .right {
|
||||
|
@ -394,12 +394,12 @@ body.ttrss_main span.preview {
|
|||
}
|
||||
body.ttrss_main .hl.Selected .hlLabelRef,
|
||||
body.ttrss_main .hl.active .hlLabelRef {
|
||||
color: #063064;
|
||||
color: #cccccc;
|
||||
}
|
||||
body.ttrss_main span.hlLabelRef {
|
||||
background-color: #fff7d5;
|
||||
font-size: 8px;
|
||||
color: #063064;
|
||||
color: #cccccc;
|
||||
font-weight: normal;
|
||||
margin-left: 2px;
|
||||
padding: 1px 4px 1px 4px;
|
||||
|
@ -453,7 +453,7 @@ body.ttrss_main .noborder {
|
|||
border-width: 0px;
|
||||
}
|
||||
body.ttrss_main #overlay {
|
||||
background: white;
|
||||
background: #333333;
|
||||
left: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
|
@ -481,8 +481,8 @@ body.ttrss_main div.whiteBox {
|
|||
body.ttrss_main div.autocomplete {
|
||||
position: absolute;
|
||||
width: 250px;
|
||||
background-color: white;
|
||||
border: 1px solid #778899;
|
||||
background-color: #333333;
|
||||
border: 1px solid #222222;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
@ -492,7 +492,7 @@ body.ttrss_main div.autocomplete ul {
|
|||
padding: 0px;
|
||||
}
|
||||
body.ttrss_main div.autocomplete ul li.selected {
|
||||
background-color: #fff7d5;
|
||||
background-color: #1a1a1a;
|
||||
}
|
||||
body.ttrss_main div.autocomplete ul li {
|
||||
list-style-type: none;
|
||||
|
@ -557,7 +557,7 @@ body.ttrss_main div#cmdline {
|
|||
font-size: 11px;
|
||||
color: #cccccc;
|
||||
font-weight: bold;
|
||||
background-color: white;
|
||||
background-color: #333333;
|
||||
border: 1px solid #b87d2c;
|
||||
padding: 3px 5px 3px 5px;
|
||||
z-index: 5;
|
||||
|
@ -597,9 +597,9 @@ body.ttrss_main #feeds-holder #feedTree {
|
|||
font-family: "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
body.ttrss_main #feeds-holder #feedTree .counterNode.aux {
|
||||
background: #f0f0f0;
|
||||
color: #999;
|
||||
border-color: #f0f0f0;
|
||||
background: #222222;
|
||||
color: #e6e6e6;
|
||||
border-color: #080808;
|
||||
}
|
||||
body.ttrss_main #feeds-holder #feedTree .counterNode {
|
||||
font-weight: bold;
|
||||
|
@ -637,7 +637,7 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow {
|
|||
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRowSelected {
|
||||
box-shadow: -1px 0px 2px -1px rgba(0, 0, 0, 0.1);
|
||||
border-color: #222222 transparent;
|
||||
background: white;
|
||||
background: #333333;
|
||||
color: #333;
|
||||
}
|
||||
body.ttrss_main #feeds-holder #feedTree .icon {
|
||||
|
@ -806,14 +806,14 @@ body.ttrss_main .player {
|
|||
margin: 0px 2px 0px 2px;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
background: white;
|
||||
background: #333333;
|
||||
}
|
||||
body.ttrss_main .player.playing {
|
||||
color: #00c000;
|
||||
border-color: #00c000;
|
||||
}
|
||||
body.ttrss_main .player:hover {
|
||||
background: #f0f0f0;
|
||||
background: #222222;
|
||||
cursor: pointer;
|
||||
}
|
||||
body.ttrss_main #headlines-spacer {
|
||||
|
@ -841,7 +841,7 @@ body.ttrss_main ul#filterDlg_Actions {
|
|||
border-style: solid;
|
||||
border-color: #222222;
|
||||
border-width: 1px 1px 1px 1px;
|
||||
background-color: white;
|
||||
background-color: #333333;
|
||||
margin: 0px 0px 5px 0px;
|
||||
padding: 4px;
|
||||
min-height: 16px;
|
||||
|
@ -1007,7 +1007,7 @@ body.ttrss_main .panel {
|
|||
padding: 4px;
|
||||
}
|
||||
body.ttrss_main .dijitDialog .panel {
|
||||
background: white;
|
||||
background: #333333;
|
||||
}
|
||||
body.ttrss_main .panel-scrollable {
|
||||
overflow: auto;
|
||||
|
@ -1024,7 +1024,7 @@ body.ttrss_main ul.list-unstyled {
|
|||
}
|
||||
::selection {
|
||||
background: #b87d2c;
|
||||
color: white;
|
||||
color: #333333;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
|
@ -2000,9 +2000,6 @@ body.flat.ttrss_main #headlines-frame .left i.material-icons,
|
|||
body.flat.ttrss_main #headlines-frame .left .dijitCheckBox {
|
||||
opacity: 0.7;
|
||||
}
|
||||
body.flat.ttrss_main #content-insert .post .header {
|
||||
background: #222222;
|
||||
}
|
||||
body.flat.ttrss_main .dijitToolbar .dijitSelect .dijitButtonContents,
|
||||
body.flat.ttrss_main .dijitToolbar .dijitSelect .dijitButtonNode {
|
||||
transition: background-color 0.3s linear;
|
||||
|
@ -2065,8 +2062,12 @@ body.flat.ttrss_main ul#filterDlg_Actions {
|
|||
border-color: #666666;
|
||||
}
|
||||
body.flat.ttrss_main .article-note {
|
||||
background: #222222;
|
||||
border-color: #9a8c59;
|
||||
background: #b87d2c;
|
||||
border-color: #b87d2c;
|
||||
color: #333333;
|
||||
}
|
||||
body.flat.ttrss_main .article-note i.material-icons {
|
||||
color: #333333;
|
||||
}
|
||||
body.flat.ttrss_main ::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -6,8 +6,7 @@
|
|||
@default-text: #ccc;
|
||||
@default-fg: @default-text;
|
||||
@border-default: #222;
|
||||
|
||||
@bg-main : #333;
|
||||
@default-bg : #333;
|
||||
|
||||
@border-light : #666;
|
||||
|
||||
|
@ -42,7 +41,7 @@ body.flat.ttrss_main {
|
|||
|
||||
#main, #overlay {
|
||||
color : @default-text;
|
||||
background: @bg-main;
|
||||
background: @default-bg;
|
||||
}
|
||||
|
||||
#toolbar-frame #toolbar {
|
||||
|
@ -58,12 +57,12 @@ body.flat.ttrss_main {
|
|||
.counterNode.aux {
|
||||
background: @color-panel-bg;
|
||||
color: @default-text;
|
||||
border-color: @bg-main;
|
||||
border-color: @default-bg;
|
||||
}
|
||||
|
||||
.dijitTreeRowSelected {
|
||||
background : @bg-main;
|
||||
border-color : @bg-main transparent;
|
||||
background : @default-bg;
|
||||
border-color : @default-bg transparent;
|
||||
color : @fg-light;
|
||||
}
|
||||
|
||||
|
@ -74,7 +73,7 @@ body.flat.ttrss_main {
|
|||
}
|
||||
|
||||
#floatingTitle {
|
||||
background-color : @bg-main;
|
||||
background-color : @default-bg;
|
||||
|
||||
.feed a {
|
||||
color : @fg-light;
|
||||
|
@ -92,7 +91,7 @@ body.flat.ttrss_main {
|
|||
#headlines-frame {
|
||||
.hl:not(.active):not(.Selected):not(.Unread),
|
||||
.cdm.expandable:not(.active):not(.Selected):not(.Unread) {
|
||||
background : @bg-main;
|
||||
background : @default-bg;
|
||||
}
|
||||
|
||||
.hl.Unread:not(.active):not(.Selected),
|
||||
|
@ -101,7 +100,7 @@ body.flat.ttrss_main {
|
|||
}
|
||||
|
||||
.cdm.expanded {
|
||||
background: @bg-main;
|
||||
background: @default-bg;
|
||||
}
|
||||
|
||||
.hl.Unread .title,
|
||||
|
@ -184,14 +183,6 @@ body.flat.ttrss_main {
|
|||
|
||||
}
|
||||
|
||||
#content-insert {
|
||||
.post {
|
||||
.header {
|
||||
background : @color-panel-bg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dijitToolbar {
|
||||
.dijitSelect {
|
||||
.dijitButtonContents, .dijitButtonNode {
|
||||
|
@ -237,7 +228,7 @@ body.flat.ttrss_main {
|
|||
|
||||
label.dijitButton:hover {
|
||||
border-color : lighten(@border-default, 5%);
|
||||
background-color: @bg-main;
|
||||
background-color: @default-bg;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
@ -254,7 +245,7 @@ body.flat.ttrss_main {
|
|||
}
|
||||
|
||||
.dijitDialog .panel {
|
||||
background-color : @bg-main;
|
||||
background-color : @default-bg;
|
||||
}
|
||||
|
||||
#headlines-frame blockquote,
|
||||
|
@ -290,8 +281,13 @@ body.flat.ttrss_main {
|
|||
} */
|
||||
|
||||
.article-note {
|
||||
background : @color-panel-bg;
|
||||
border-color : #9a8c59;
|
||||
background : @color-accent;
|
||||
border-color : @color-accent;
|
||||
color : @default-bg;
|
||||
|
||||
i.material-icons {
|
||||
color : @default-bg;
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
|
|
Loading…
Reference in New Issue