diff --git a/README.md b/README.md index 3e8fac6..3fda37c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ https://corifeus.com/redis-ui --- -# 💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io v2024.4.137 +# 💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io v2024.4.138 @@ -77,7 +77,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https:// --- -[**P3X-REDIS-UI-MATERIAL**](https://corifeus.com/redis-ui-material) Build v2024.4.137 +[**P3X-REDIS-UI-MATERIAL**](https://corifeus.com/redis-ui-material) Build v2024.4.138 [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) diff --git a/package.json b/package.json index 7ff92a7..fe65a3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p3x-redis-ui-material", - "version": "2024.4.137", + "version": "2024.4.138", "description": "💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io", "corifeus": { "icon": "fas fa-database", diff --git a/src/angular/provider/p3xr-theme.js b/src/angular/provider/p3xr-theme.js index 9160566..a7aeb55 100644 --- a/src/angular/provider/p3xr-theme.js +++ b/src/angular/provider/p3xr-theme.js @@ -102,6 +102,12 @@ body[md-theme="p3xrThemeEnterpriseLayout"] md-toolbar.md-hue-1 .md-button-dark-h background-color: rgba(0, 0, 0, 0.1) !important; /* Lighten on hover for example */ } +[data-p3xr-tree-key]:hover { + background-color: ${this.isDark() ? $mdColors.getThemeColor(p3xr.state.themeCommon + '-accent-300') : $mdColors.getThemeColor(p3xr.state.themeCommon + '-accent-800') } !important; + color: ${this.isDark() ? 'black' : 'white' } !important; + padding: 2px; +} + .p3xr-theme-dark .p3xr-content-border { border-left: 1px solid ${borderColor}; border-right: 1px solid ${borderColor}; diff --git a/src/core/settings.js b/src/core/settings.js index 7ffe921..217e049 100644 --- a/src/core/settings.js +++ b/src/core/settings.js @@ -12,7 +12,7 @@ p3xr.settings = { timeout: 5000, position: 'bottom right', }, - debounce: 250, + debounce: 100, debounceSearch: 2000, cookieExpiry: cookieExpiry, connection: {