make some colors between non/cdm modes more consistent
This commit is contained in:
parent
369bac525b
commit
544b5049b4
|
@ -337,7 +337,7 @@ div#floatingTitle.Unread a.title {
|
||||||
}
|
}
|
||||||
|
|
||||||
.cdm.expandable {
|
.cdm.expandable {
|
||||||
background-color : #f0f0f0;
|
background-color : @color-panel-bg;
|
||||||
border: 0px solid #ddd;
|
border: 0px solid #ddd;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
|
|
||||||
|
|
|
@ -183,6 +183,7 @@ body.ttrss_main .hl {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
background: #f5f5f5;
|
||||||
}
|
}
|
||||||
body.ttrss_main .hl > * {
|
body.ttrss_main .hl > * {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
@ -249,12 +250,15 @@ body.ttrss_main .hl div.title a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-rendering: optimizelegibility;
|
text-rendering: optimizelegibility;
|
||||||
font-family: "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
color: #777;
|
color: #555;
|
||||||
}
|
}
|
||||||
body.ttrss_main .hl a.title.high,
|
body.ttrss_main .hl a.title.high,
|
||||||
body.ttrss_main .hl span.hl-content.high .preview {
|
body.ttrss_main .hl span.hl-content.high .preview {
|
||||||
color: #00aa00;
|
color: #00aa00;
|
||||||
}
|
}
|
||||||
|
body.ttrss_main .hl.Unread {
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
body.ttrss_main .hl.Unread div.title a {
|
body.ttrss_main .hl.Unread div.title a {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
@ -1306,7 +1310,7 @@ div#floatingTitle.Unread a.title {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
.cdm.expandable {
|
.cdm.expandable {
|
||||||
background-color: #f0f0f0;
|
background-color: #f5f5f5;
|
||||||
border: 0px solid #ddd;
|
border: 0px solid #ddd;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -10,7 +10,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.dijitDialog .dijitDialogPaneContent {
|
.dijitDialog .dijitDialogPaneContent {
|
||||||
background : #f5f5f5;
|
background : @color-panel-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dijitAccordionContainer {
|
.dijitAccordionContainer {
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.dijitTab:not(.dijitTabChecked) {
|
.dijitTab:not(.dijitTabChecked) {
|
||||||
background : #f5f5f5;
|
background : @color-panel-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dijitMenu .dijitMenuItem .dijitMenuItemLabel {
|
.dijitMenu .dijitMenuItem .dijitMenuItemLabel {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
body.ttrss_prefs {
|
body.ttrss_prefs {
|
||||||
background-color : #f5f5f5;
|
background-color : @color-panel-bg;
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ body.ttrss_prefs {
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
background-color : #f5f5f5;
|
background-color : @color-panel-bg;
|
||||||
font-size : 13px;
|
font-size : 13px;
|
||||||
border : 0px;
|
border : 0px;
|
||||||
text-align : center;
|
text-align : center;
|
||||||
|
|
|
@ -209,6 +209,7 @@ body.ttrss_main {
|
||||||
display : flex;
|
display : flex;
|
||||||
flex-direction : row;
|
flex-direction : row;
|
||||||
flex-wrap : nowrap;
|
flex-wrap : nowrap;
|
||||||
|
background : @color-panel-bg;
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
align-self : center;
|
align-self : center;
|
||||||
|
@ -283,7 +284,7 @@ body.ttrss_main {
|
||||||
font-weight : 600;
|
font-weight : 600;
|
||||||
text-rendering: optimizelegibility;
|
text-rendering: optimizelegibility;
|
||||||
font-family : @fonts-ui;
|
font-family : @fonts-ui;
|
||||||
color : #777;
|
color : #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.title.high, span.hl-content.high .preview {
|
a.title.high, span.hl-content.high .preview {
|
||||||
|
@ -291,6 +292,10 @@ body.ttrss_main {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hl.Unread {
|
||||||
|
background : white;
|
||||||
|
}
|
||||||
|
|
||||||
.hl.Unread div.title a {
|
.hl.Unread div.title a {
|
||||||
color : black;
|
color : black;
|
||||||
}
|
}
|
||||||
|
@ -356,7 +361,7 @@ body.ttrss_main {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
border: 0px solid #ccc;
|
border: 0px solid #ccc;
|
||||||
background: #f5f5f5;
|
background: @color-panel-bg;
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 98%;
|
max-width: 98%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -709,7 +714,7 @@ body.ttrss_main {
|
||||||
padding : 0px;
|
padding : 0px;
|
||||||
border: 0px solid #ddd;
|
border: 0px solid #ddd;
|
||||||
overflow : hidden;
|
overflow : hidden;
|
||||||
background : #f5f5f5;
|
background : @color-panel-bg;
|
||||||
box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1);
|
box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1);
|
||||||
-webkit-overflow-scrolling : touch;
|
-webkit-overflow-scrolling : touch;
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ body.ttrss_utility.sanity_failed {
|
||||||
}
|
}
|
||||||
|
|
||||||
body.ttrss_utility {
|
body.ttrss_utility {
|
||||||
background : #f5f5f5;
|
background : @color-panel-bg;
|
||||||
color : black;
|
color : black;
|
||||||
padding : 0px;
|
padding : 0px;
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
|
|
|
@ -3,7 +3,7 @@ body.ttrss_zoom {
|
||||||
margin-right : auto;
|
margin-right : auto;
|
||||||
padding : 20px;
|
padding : 20px;
|
||||||
max-width : 800px;
|
max-width : 800px;
|
||||||
background : #f5f5f5;
|
background : @color-panel-bg;
|
||||||
|
|
||||||
div.post {
|
div.post {
|
||||||
border : 1px solid #ddd;
|
border : 1px solid #ddd;
|
||||||
|
@ -101,7 +101,7 @@ body.ttrss_zoom {
|
||||||
font-family : monospace;
|
font-family : monospace;
|
||||||
font-size : 12px;
|
font-size : 12px;
|
||||||
border: 0px solid #ccc;
|
border: 0px solid #ccc;
|
||||||
background : #f5f5f5;
|
background : @color-panel-bg;
|
||||||
display : block;
|
display : block;
|
||||||
max-width : 98%;
|
max-width : 98%;
|
||||||
overflow : auto;
|
overflow : auto;
|
||||||
|
|
Loading…
Reference in New Issue