mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
feat(roundcube/kolab): darkmode fixes
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
Commit ID: 4200ba48ebd0f905e6db4006834db8d682c9dedb
|
||||
Change ID: uzyuurpoqoxptwnkqttlptsmktuxrkvy
|
||||
Author : Gabriel Fontes <hi@m7.rs> (2025-12-18 17:06:32)
|
||||
Committer: Gabriel Fontes <hi@m7.rs> (2025-12-18 17:21:24)
|
||||
Signature: (no signature)
|
||||
|
||||
fix(calendar): fix darkmode inconsistencies
|
||||
|
||||
Fix agendamode bar background, tweak eye opacity
|
||||
|
||||
diff --git a/plugins/libkolab/skins/elastic/images/eye.svg b/plugins/libkolab/skins/elastic/images/eye.svg
|
||||
index 028c23a113..d1b287c711 100644
|
||||
--- a/plugins/libkolab/skins/elastic/images/eye.svg
|
||||
+++ b/plugins/libkolab/skins/elastic/images/eye.svg
|
||||
@@ -1,1 +1,1 @@
|
||||
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="#f2f2f2" d="M569.354 231.631C512.969 135.949 407.81 72 288 72 168.14 72 63.004 135.994 6.646 231.631a47.999 47.999 0 0 0 0 48.739C63.031 376.051 168.19 440 288 440c119.86 0 224.996-63.994 281.354-159.631a47.997 47.997 0 0 0 0-48.738zM288 392c-75.162 0-136-60.827-136-136 0-75.162 60.826-136 136-136 75.162 0 136 60.826 136 136 0 75.162-60.826 136-136 136zm104-136c0 57.438-46.562 104-104 104s-104-46.562-104-104c0-17.708 4.431-34.379 12.236-48.973l-.001.032c0 23.651 19.173 42.823 42.824 42.823s42.824-19.173 42.824-42.823c0-23.651-19.173-42.824-42.824-42.824l-.032.001C253.621 156.431 270.292 152 288 152c57.438 0 104 46.562 104 104z"/></svg>
|
||||
\ No newline at end of file
|
||||
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="#777" fill-opacity="0.1" d="M569.354 231.631C512.969 135.949 407.81 72 288 72 168.14 72 63.004 135.994 6.646 231.631a47.999 47.999 0 0 0 0 48.739C63.031 376.051 168.19 440 288 440c119.86 0 224.996-63.994 281.354-159.631a47.997 47.997 0 0 0 0-48.738zM288 392c-75.162 0-136-60.827-136-136 0-75.162 60.826-136 136-136 75.162 0 136 60.826 136 136 0 75.162-60.826 136-136 136zm104-136c0 57.438-46.562 104-104 104s-104-46.562-104-104c0-17.708 4.431-34.379 12.236-48.973l-.001.032c0 23.651 19.173 42.823 42.824 42.823s42.824-19.173 42.824-42.823c0-23.651-19.173-42.824-42.824-42.824l-.032.001C253.621 156.431 270.292 152 288 152c57.438 0 104 46.562 104 104z"/></svg>
|
||||
diff --git a/plugins/libkolab/skins/elastic/include/darkmode.less b/plugins/libkolab/skins/elastic/include/darkmode.less
|
||||
index febed080ae..18a832b601 100644
|
||||
--- a/plugins/libkolab/skins/elastic/include/darkmode.less
|
||||
+++ b/plugins/libkolab/skins/elastic/include/darkmode.less
|
||||
@@ -165,4 +165,8 @@
|
||||
color: @color-dark-font;
|
||||
background-color: @color-dark-warning;
|
||||
}
|
||||
+
|
||||
+ #agendaoptions {
|
||||
+ background-color: @color-dark-input-background;
|
||||
+ }
|
||||
}
|
||||
@@ -12,6 +12,7 @@ php.buildComposerProject2 (finalAttrs: {
|
||||
patches = [
|
||||
./priorities.patch
|
||||
./color-tweaks.patch
|
||||
./darkmode-fixes.patch
|
||||
];
|
||||
|
||||
composerVendor = php.mkComposerVendor {
|
||||
|
||||
Reference in New Issue
Block a user