diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2018-12-06 15:28:11 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2018-12-06 15:28:11 +0300 |
| commit | b4c2b26822d5945f31ef733e3c4950c15317c23f (patch) | |
| tree | 94379e8f06485deeceb76bebb96a938f5bb33ded /css/cdm.less | |
| parent | 0b8cbc91565a88fc9c1689f6e22b6b650b799165 (diff) | |
remove collapse.png
Diffstat (limited to 'css/cdm.less')
| -rw-r--r-- | css/cdm.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/cdm.less b/css/cdm.less index 151f18aad..6ee740764 100644 --- a/css/cdm.less +++ b/css/cdm.less @@ -402,6 +402,11 @@ div.cdm.expandable.Unread div.header a.title { } div.cdm.expandable.active { + .collapse i { + color : @color-accent; + cursor : pointer; + } + .excerpt { display: none; } |