forked from External/greenlight
small cosmetic changes (#1872)
* removed remains * comment adapted * removes blinking background from icons on buttons like copy (from room links) Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
This commit is contained in:
@ -183,3 +183,7 @@ table {
|
||||
#delete-confirm:disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.btn i {
|
||||
transition: all .15s;
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ module ThemingHelper
|
||||
@settings.get_value("Legal URL") || ""
|
||||
end
|
||||
|
||||
# Returns the logo based on user's provider
|
||||
# Returns the privacy policy URL based on user's provider
|
||||
def privpolicy_url
|
||||
@settings.get_value("Privacy Policy URL") || ""
|
||||
end
|
||||
|
Reference in New Issue
Block a user