One small addition – table rows hover
-
Just to speed up boring and time demanding work of excluding folders and files from backup. And to reduce risks some important folder/file is excluded by mistake, or included when not needed.
Maybe you can add it to native code.
Hover over table rows to see directly what file/folder one is excluding.
(I added line for MainWP too.)add_action('admin_head', 'my_custom_backend_css'); function my_custom_backend_css() { echo '<style> #mainwp_backupwp_excluded_content tr:hover, .hmbkp-exclude-settings tr:hover {background-color: #f2dede !important;} </style>'; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘One small addition – table rows hover’ is closed to new replies.