aboutsummaryrefslogtreecommitdiff
path: root/main/data/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'main/data/theme.css')
-rw-r--r--main/data/theme.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/main/data/theme.css b/main/data/theme.css
index d581cac2..b8def4e1 100644
--- a/main/data/theme.css
+++ b/main/data/theme.css
@@ -111,6 +111,27 @@ window.dino-main .call-box {
margin: 12px 16px 12px 12px;
}
+window.dino-main .file-image-widget {
+ border: 1px solid alpha(@theme_fg_color, 0.1);
+ border-radius: 3px;
+}
+
+window.dino-main .file-image-widget .file-box-outer {
+ color: #eee;
+ background: rgba(0, 0, 0, 0.5);
+}
+
+window.dino-main .file-image-widget .file-box-outer button {
+ color: #eee;
+ background: transparent;
+ border: none;
+ box-shadow: none;
+}
+
+window.dino-main .file-image-widget .file-box-outer button:hover {
+ background: rgba(100, 100, 100, 0.5);
+}
+
window.dino-main .call-box-outer.incoming {
border-color: alpha(@theme_selected_bg_color, 0.3);
}