style updates for 3 panel mode
This commit is contained in:
parent
bf6ea2ee86
commit
2b724177ae
File diff suppressed because one or more lines are too long
|
@ -14,14 +14,13 @@ body.ttrss_main {
|
||||||
|
|
||||||
div.postHeader {
|
div.postHeader {
|
||||||
padding : 5px;
|
padding : 5px;
|
||||||
margin-right : 4px;
|
|
||||||
color : #909090;
|
color : #909090;
|
||||||
border: 0px solid #ddd;
|
border: 0px solid #ddd;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
|
background: #f0f0f0;
|
||||||
|
|
||||||
div.postDate {
|
div.postDate {
|
||||||
text-align : right;
|
text-align : right;
|
||||||
color : #909090;
|
|
||||||
float : right;
|
float : right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -38,6 +37,7 @@ body.ttrss_main {
|
||||||
|
|
||||||
div.postTitle {
|
div.postTitle {
|
||||||
overflow : hidden;
|
overflow : hidden;
|
||||||
|
font-size : 15px;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space : nowrap;
|
white-space : nowrap;
|
||||||
font-weight : 600;
|
font-weight : 600;
|
||||||
|
@ -333,10 +333,15 @@ body.ttrss_main {
|
||||||
color : @color-accent;
|
color : @color-accent;
|
||||||
/* text-shadow : 1px 1px 2px #fff; */
|
/* text-shadow : 1px 1px 2px #fff; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hl.active {
|
||||||
|
background : @color-accent ! important;
|
||||||
|
}
|
||||||
|
|
||||||
.hl.active,
|
.hl.active,
|
||||||
.hl.Selected {
|
.hl.Selected {
|
||||||
color : white;
|
color : white;
|
||||||
background : @color-accent ! important;
|
background : desaturate(@color-accent, 50%);
|
||||||
|
|
||||||
a,
|
a,
|
||||||
.hlFeed a,
|
.hlFeed a,
|
||||||
|
@ -907,6 +912,13 @@ body.ttrss_main {
|
||||||
display : none;
|
display : none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content-insert_splitter {
|
||||||
|
background : #f0f0f0;
|
||||||
|
border-color: #ddd;
|
||||||
|
border-top-width : 1px;
|
||||||
|
border-style : solid;
|
||||||
|
}
|
||||||
|
|
||||||
#toolbar {
|
#toolbar {
|
||||||
padding : 0px;
|
padding : 0px;
|
||||||
margin : 0px;
|
margin : 0px;
|
||||||
|
@ -948,7 +960,6 @@ body.ttrss_main {
|
||||||
border-color : #ddd;
|
border-color : #ddd;
|
||||||
border-width : 0px;
|
border-width : 0px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-size : 15px;
|
|
||||||
overflow : auto;
|
overflow : auto;
|
||||||
-webkit-overflow-scrolling : touch;
|
-webkit-overflow-scrolling : touch;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue