X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=css%2Fcdm.less;h=a0790f6c1643894134014b2982d249a2eab87e40;hb=50052fb78a3a9d1bb3fa488e7fd7b23125c38124;hp=94f86342382ebb7dfe8b385652d9a3c5f89e938e;hpb=4d10b4abcac22ef64658eedccefe6b7f8a496fe8;p=tt-rss.git diff --git a/css/cdm.less b/css/cdm.less index 94f86342..a0790f6c 100644 --- a/css/cdm.less +++ b/css/cdm.less @@ -115,61 +115,6 @@ } -.cdm.expandable { - background-color : #f0f0f0; - border: 0px solid #ddd; - border-bottom-width: 1px; - - > hr { - display : none; - } - - div.cdmHeader span.titleWrap { - white-space : nowrap; - text-overflow : ellipsis; - overflow : hidden; - max-width : 500px; - } -} - -.cdm.expandable.Unread { - background : white; -} - -.cdm.expandable.Selected { - background : #f9fbff; -} - -.cdm.expandable.active { - background : white ! important; -} - -div.cdm.expandable.active div.cdmHeader span.titleWrap { - white-space : normal; -} - -div.cdm.expandable div.cdmHeader a.title { - font-weight : 600; - color : @default-text; - font-size : 14px; - -webkit-transition : color 0.2s; - transition : color 0.2s; - text-rendering: optimizelegibility; - font-family : @fonts-ui-bold; -} - -div.cdm.expandable.Unread div.cdmHeader a.title { - color : black; -} - -div.cdm.expandable.active div.cdmHeader a.title { - color: @color-link; - font-size: 16px; - font-weight: 600; - text-rendering: optimizelegibility; - font-family: @fonts-ui-bold; -} - div.cdm.expanded div.cdmHeader { background : transparent ! important; } @@ -178,8 +123,7 @@ div.cdm.expanded div.cdmHeader a.title { font-size : 16px; color : #999; font-weight : 600; - -webkit-transition : color 0.2s; - transition : color 0.2s; + transition : color 0.2s, background 0.2s; text-rendering: optimizelegibility; font-family : @fonts-ui-bold; } @@ -312,8 +256,7 @@ div#floatingTitle { a.title { font-size : 16px; color : #999; - -webkit-transition : color 0.2s; - transition : color 0.2s; + transition : color 0.2s, background 0.2s; font-weight : 600; text-rendering: optimizelegibility; font-family : @fonts-ui-bold;