Keleo / CustomCSSBundle

Kimai bundle to add custom CSS rules to your installation.
https://www.kimai.org/store/keleo-css-custom-bundle.html
MIT License
15 stars 10 forks source link

remove colored dots not working #11

Closed BeckeBauer closed 4 years ago

BeckeBauer commented 4 years ago

Under the general tab, css to remove colored dots can be included. However, it's not removing the red dots in my installation

For me, the following css is working:

table.dataTable tr.overlapping {
    border-top: 2px dotted white;
}

Can you please check?

P.S.: under Kimai/plugins, CustomCCSBundel version 1.1 is still shown (was confused; thought my update went wrong)

kevinpapst commented 4 years ago

Forgot to bump the version number ... thanks for the reminder! Will check the other rules and add them

kevinpapst commented 4 years ago

Please try https://github.com/Keleo/CustomCSSBundle/releases/tag/1.3

BeckeBauer commented 4 years ago

copied the new css code at https://demo-plugins.kimai.org/en/admin/custom-css

/* START [general] remove-color-dots */
i.dot, span.dot {display:none !important;}
/* END [general] remove-color-dots */

The red dots remain see https://demo-plugins.kimai.org/en/timesheet/

kevinpapst commented 4 years ago

colored dots are the ones in front of customer/project/activity name. The "red-line" between timesheets is the indicator for overlapping records.

BeckeBauer commented 4 years ago

my fault: though that colored dots were refering to the colored dots line around a time recored

did not know that is shows overlapping records - wanted to "get rid" of the overlapping records line not the colored dots... sorry

BeckeBauer commented 4 years ago

found the new css under timesheets - hide-overlapping-records; it's working perfectly, thanks

kevinpapst commented 4 years ago

thanks for the testing feedback!