summaryrefslogtreecommitdiff
path: root/css/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 14:23:45 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 14:23:45 +0300
commitd2d2cb7e7dd25f8257f467806da6843aca95a9cb (patch)
treebe4d7dd19ea010b70d191d338fa23e6492a222e1 /css/cdm.less
parentb09a58a5705bba7e987bae0601c298be2e3d5b84 (diff)
rework scoring display, JS processing and icons
Diffstat (limited to 'css/cdm.less')
-rw-r--r--css/cdm.less25
1 files changed, 0 insertions, 25 deletions
diff --git a/css/cdm.less b/css/cdm.less
index 350a9b537..151f18aad 100644
--- a/css/cdm.less
+++ b/css/cdm.less
@@ -341,31 +341,6 @@ 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;