diff options
-rw-r--r-- | apps/files_trashbin/css/trash.css | 7 | ||||
-rw-r--r-- | apps/theming/l10n/.gitkeep | 0 | ||||
-rw-r--r-- | l10n/.tx/config | 6 |
3 files changed, 8 insertions, 5 deletions
diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css index 951497394c3..f150e557231 100644 --- a/apps/files_trashbin/css/trash.css +++ b/apps/files_trashbin/css/trash.css @@ -8,11 +8,8 @@ * */ #app-content-trashbin tbody tr[data-type="file"] td a.name, -#app-content-trashbin tbody tr[data-type="file"] td a.name { - cursor: default; -} - -span.nametext, span.innernametext, span.extension { +#app-content-trashbin tbody tr[data-type="file"] td a.name span.nametext, +#app-content-trashbin tbody tr[data-type="file"] td a.name span.nametext span { cursor: default; } diff --git a/apps/theming/l10n/.gitkeep b/apps/theming/l10n/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/apps/theming/l10n/.gitkeep diff --git a/l10n/.tx/config b/l10n/.tx/config index 7bf3fea084d..b797c0ad4ac 100644 --- a/l10n/.tx/config +++ b/l10n/.tx/config @@ -104,6 +104,12 @@ source_file = templates/updatenotification.pot source_lang = en type = PO +[nextcloud.theming] +file_filter = <lang>/theming.po +source_file = templates/theming.pot +source_lang = en +type = PO + [nextcloud.twofactor_backupcodes] file_filter = <lang>/twofactor_backupcodes.po source_file = templates/twofactor_backupcodes.pot |