[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] cypht: fix more theme colors
"Victor Emanouilov \(@kroky\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <691f32cc9fa0c_2afe6a3c20212@gitlab-sidekiq-low-urgency-cpu-bound-v2-6f7cb86f8c-cd72m.mail> |
Victor Emanouilov pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
01457924 by Benoit Roy at 2025-11-20T15:16:48+00:00
[FIX] cypht: fix more theme colors
---
* [FIX] cypht: fix more theme colors
See merge request tikiwiki/tiki!9057
- - - - -
1 changed file:
- themes/base_files/scss/_cypht-tiki.scss
Changes:
=====================================
themes/base_files/scss/_cypht-tiki.scss
=====================================
@@ -170,6 +170,7 @@
.js-header_subject { color: var(--bs-body-color); font-size: 1.4rem; }
.header_event_addtocal el-select { width: auto; }
}
+ .subject div { color: var(--bs-body-color); }
.src_name, .content_title, .list_controls {
background-color: inherit !important;
@@ -188,8 +189,12 @@
.msg_headers th:hover, .settings_subtitle,
.server_section { color: inherit !important; }
- .total_unread_count, .unread_count { color: #000; }
- .btn-outline-secondary:hover { color: #fff; text-decoration: none;}
+ .total_unread_count, .unread_count {
+ background-color: var(--bs-secondary-bg); color: var(--bs-body-color);
+ }
+ .btn-outline-secondary:hover {
+ color: var(--bs-btn-hover-color); text-decoration: none;
+ }
.msg_controls {
.btn-outline-secondary:hover { color: var(--bs-btn-hover-color); }
}
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/01457924676bcaff27edef63083856fdef7c57f4
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/01457924676bcaff27edef63083856fdef7c57f4
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs