i.icon-score should have cursor pointer
This commit is contained in:
parent
b3e94be947
commit
8c905ca020
|
@ -301,10 +301,6 @@ div#floatingTitle {
|
|||
white-space : normal;
|
||||
}
|
||||
|
||||
img.score-pic {
|
||||
display : none;
|
||||
}
|
||||
|
||||
.feed-title {
|
||||
> * {
|
||||
display : table-cell;
|
||||
|
|
|
@ -995,6 +995,9 @@ body.ttrss_main .score-low i.icon-score {
|
|||
body.ttrss_main .score-neutral i.icon-score {
|
||||
opacity: 0.5;
|
||||
}
|
||||
body.ttrss_main i.icon-score {
|
||||
cursor: pointer;
|
||||
}
|
||||
body.ttrss_main .panel {
|
||||
border: 1px solid #ddd;
|
||||
background: #f5f5f5;
|
||||
|
@ -1289,9 +1292,6 @@ div#floatingTitle span.titleWrap {
|
|||
width: 100%;
|
||||
white-space: normal;
|
||||
}
|
||||
div#floatingTitle img.score-pic {
|
||||
display: none;
|
||||
}
|
||||
div#floatingTitle .feed-title > * {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -581,9 +581,6 @@ body.ttrss_main {
|
|||
}
|
||||
}
|
||||
|
||||
img.score-pic {
|
||||
|
||||
}
|
||||
|
||||
div.dlgSec {
|
||||
font-size : 14px;
|
||||
|
@ -1179,6 +1176,10 @@ body.ttrss_main {
|
|||
opacity : 0.5;
|
||||
}
|
||||
|
||||
i.icon-score {
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
.panel {
|
||||
border : 1px solid #ddd;
|
||||
background : @color-panel-bg;
|
||||
|
|
|
@ -995,6 +995,9 @@ body.ttrss_main .score-low i.icon-score {
|
|||
body.ttrss_main .score-neutral i.icon-score {
|
||||
opacity: 0.5;
|
||||
}
|
||||
body.ttrss_main i.icon-score {
|
||||
cursor: pointer;
|
||||
}
|
||||
body.ttrss_main .panel {
|
||||
border: 1px solid #ddd;
|
||||
background: #f5f5f5;
|
||||
|
@ -1289,9 +1292,6 @@ div#floatingTitle span.titleWrap {
|
|||
width: 100%;
|
||||
white-space: normal;
|
||||
}
|
||||
div#floatingTitle img.score-pic {
|
||||
display: none;
|
||||
}
|
||||
div#floatingTitle .feed-title > * {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue