diff options
Diffstat (limited to 'css/cdm.less')
| -rw-r--r-- | css/cdm.less | 67 |
1 files changed, 21 insertions, 46 deletions
diff --git a/css/cdm.less b/css/cdm.less index a4565259c..17f2ee3bc 100644 --- a/css/cdm.less +++ b/css/cdm.less @@ -5,7 +5,8 @@ flex-wrap : nowrap; } - .header img, .footer img { + .header img, .footer img, + .footer i { margin : 0px 4px; vertical-align: middle; } @@ -66,7 +67,8 @@ } .intermediate { - margin : 10px; + margin-top : 10px; + margin-left : 10px; } .content-inner { @@ -98,7 +100,7 @@ } .footer { - border: 0px solid #ddd; + border: 0px solid @border-default; border-bottom-width: 1px; } @@ -146,12 +148,11 @@ div.cdm.active div.content { color : black; } -.cdm { - div.content div.postEnclosures { - margin-top: 1em; - color: @default-text; - } +div.cdm.vgrlf .feed { + display : none; +} +.cdm { div.feed-title { border: 0px solid @color-link; border-bottom-width: 1px; @@ -217,7 +218,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; @@ -241,15 +242,17 @@ div#floatingTitle { i.material-icons { margin-left : 2px; - font-size : 20px; + font-size : 21px; padding : 2px; user-select: none; } - i.anchor { + i.icon-anchor { margin-left : 0px; + margin-right : 1px; // replaces checkbox which is a bit wider padding : 0px; color : #ccc; + cursor : pointer; } } @@ -268,10 +271,6 @@ div#floatingTitle { font-family : @fonts-ui-bold; } - img.anchor { - margin-left : 0px; - } - div.feed { padding-right : 10px; color : @default-text; @@ -307,10 +306,6 @@ div#floatingTitle { white-space : normal; } - img.score-pic { - display : none; - } - .feed-title { > * { display : table-cell; @@ -340,34 +335,9 @@ div#floatingTitle.Unread a.title { color : black; } -.cdm.high .header { - a.title.high, - .excerpt, - span.author { - color : #00aa00; - } -} - -.cdm.Unread.high .header { - a.title.high, - .excerpt, - span.author { - color : #00dd00; - } -} - -.cdm .header a.title.low, -.cdm.low .header .excerpt, -.cdm.Unread .header a.title.low, -.cdm.Unread.low .header .excerpt, -.cdm.low .header span.author { - color : #909090; - text-decoration : line-through; -} - .cdm.expandable { - background-color : #f0f0f0; - border: 0px solid #ddd; + background-color : @color-panel-bg; + border: 0px solid @border-default; border-bottom-width: 1px; > hr { @@ -426,6 +396,11 @@ div.cdm.expandable.Unread div.header a.title { } div.cdm.expandable.active { + .collapse i { + color : @color-accent; + cursor : pointer; + } + .excerpt { display: none; } |