These CSS rules apply some changes to icheck items in Domains page, but
these changes are not desired on both lcars themes.
The previous code excluded only the original LCARS theme from this rule.
This change will allow the same behavior on both themes.
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
Some browsers have an option to force a "fake" dark mode. This darkens most elements and uses light text, but the forced mode fails for some properties on a few elements. Using the CSS `color-scheme: dark` property disables the `force-dark-mode` browser property and applies only the theme CSS.
A recent fix seemed to improve this but by going a bit further it seems to resolve the problem where the dropdown-toggle buttons would appear over alert messages.
Signed-off-by: infinitytec <infinitytec@users.noreply.github.com>
Contrast ratio is still low, but this should improve things. Generally, it's advised to aim for a contrast ratio of 4.5.
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
- fix broken visual after initial changes;
- remove donate button from topmenu;
- re-add donate button to the sidebar and add hover color;
- remove "Ph" when collapsed;
- add icon and background to topmenu button;
- hide main menu headers (using lines as separators);
- reorder the main menu;
- adjust each theme to the new visual (CSS and HTML tweaks).
- new menu colors for LCARS theme
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
- move some functions to `func.php`
- move sidebar to its own file `sidebar.php`
- fix indentation
- LCARS CSS: hide menu headers when logged off
- LCARS CSS: invert hover and active menu colors
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
- add checkboxes, buttons and functions to groups page;
- add checkboxes, buttons and functions to clients page;
- add checkboxes, buttons and functions to domains page;
- add checkboxes, buttons and functions to adlists page;
- move function to `utils.js`;
- fix CSS after insert a new table column;
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
- fix top circle position;
- fix circle background colors for each theme;
- special CSS for LCARS theme;
- change CSS selector for top navbar `<li>`: after removing the first
item, the "old" second item became the first one.
- use a better color for all themes;
- hide submenu counter during animation;
- hide the other counter when submenu is opened (mobile too)
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
The message count was moved to the "hamburger" menu icon.
Using more discreet color for the circle.
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
- add fixes for mobile and medium screens
- new style selectors
- button background-color (tablets / medium screens)
- small adjustments
- remove unused image file
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
- add a message to show while loading content;
- add CSS to format the loading message;
- fix yellow log color (light theme);
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>