? ?
avatar C-Lodder
C-Lodder
15 Aug 2019

Steps to reproduce the issue

Go to:

administrator/index.php?option=com_cpanel&view=cpanel&dashboard=system

The white dashed box at the bottom allowing you to add a new module to the dashboard is pretty hard to see, as the white border/icon is too light of a colour for the light grey background.

Screenshot_2019-08-15 System Dashboard - J4 - Administration

avatar C-Lodder C-Lodder - open - 15 Aug 2019
avatar joomla-cms-bot joomla-cms-bot - change - 15 Aug 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 15 Aug 2019
avatar franz-wohlkoenig franz-wohlkoenig - change - 15 Aug 2019
Labels Added: ?
avatar franz-wohlkoenig franz-wohlkoenig - labeled - 15 Aug 2019
avatar franz-wohlkoenig franz-wohlkoenig - change - 15 Aug 2019
Status New Discussion
avatar Mari234
Mari234 - comment - 30 Oct 2019

you can change it in the file _com_cpanel.scss in joomla-cms\administrator\templates\atum\scss\pages in line 127. Change the border color from white to one which can be seen better and fits the design. Or the border could be thicker in order to not have a third forth color in the design

 .cpanel-add-module {
    background-color: var(--atum-bg-light);
    color: var(--atum-text-dark);
    border: 0.125rem **var(--white)** dashed;
    position: relative;
    transition: all .3s ease-in;
avatar infograf768
infograf768 - comment - 30 Oct 2019

In fact the whole "box" is clickable. Why not use the default <a colour and take off its black override and use the same colour for the dashed border?

.cpanel-add-module {
    background-color: var(--atum-bg-light);
    border: .125rem dashed var(--atum-link-color);
    position: relative;
    transition: all .3s ease-in;

This would give:

Screen Shot 2019-10-30 at 09 02 35

avatar Mari234
Mari234 - comment - 30 Oct 2019

i think it looks better that way and the text is easier to read

avatar infograf768 infograf768 - change - 31 Oct 2019
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2019-10-31 07:11:23
Closed_By infograf768
avatar infograf768
infograf768 - comment - 31 Oct 2019

Please test #26872

Closing as we have a patch

avatar infograf768 infograf768 - close - 31 Oct 2019

Add a Comment

Login with GitHub to post a comment