git checkout -b feature-branch

This commit is contained in:
2023-01-13 18:13:01 -07:00
parent 0468c8d42d
commit c292328abe
855 changed files with 61144 additions and 112 deletions

View File

@ -0,0 +1,10 @@
/*****************/
/* Notifier */
/****************/
.ui-igpopover.ui-ignotify-error .ui-icon {
color: @ui-icons-light;
}
.ui-igpopover.ui-ignotify-error.ui-ignotify-inline .ui-icon {
color: @ui-icons-dark;
}