mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:45:56 +00:00
pass several image files used in notify messages to frontend as base64 to prevent broken error messages in case network connection is down. also, update some close buttons to show correct cursor.
This commit is contained in:
@@ -180,8 +180,8 @@ a:hover {
|
||||
width : 100%;
|
||||
}
|
||||
|
||||
#notify span.close {
|
||||
text-align : right;
|
||||
#notify img.close {
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
#notify span {
|
||||
@@ -312,6 +312,7 @@ div.filterTestHolder {
|
||||
top: -2px;
|
||||
right: -21px;
|
||||
line-height: 20px;
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
.alert-success {
|
||||
|
||||
@@ -85,6 +85,7 @@ a:hover {
|
||||
top: -2px;
|
||||
right: -21px;
|
||||
line-height: 20px;
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
.alert-success {
|
||||
|
||||
Reference in New Issue
Block a user