mate-notification-daemon/1015-fix-css-modify-css-error-and-improve-style-of-kiran-0ee639d8.patch
2022-08-04 10:31:11 +08:00

70 lines
1.3 KiB
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

From 0ee639d8b071696adab45454713e7e3d497f5e7d Mon Sep 17 00:00:00 2001
From: yuanxing <yuanxing@kylinos.com.cn>
Date: Wed, 1 Dec 2021 11:40:57 +0800
Subject: [PATCH] fix(css):modify css error and improve style of kiran
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 修改css文件的错误完善kiran主题样式
Related #46120
---
src/themes/kiran/data/kiran.css | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/src/themes/kiran/data/kiran.css b/src/themes/kiran/data/kiran.css
index c1017d2..f733834 100644
--- a/src/themes/kiran/data/kiran.css
+++ b/src/themes/kiran/data/kiran.css
@@ -12,7 +12,6 @@
color: #919191;
font-size: 12px;
font-family: "Noto Sans CJK SC regular";
- line-height12px;
}
#actions_label
@@ -32,11 +31,12 @@
box-shadow:none;
margin:0px;
border: none;
+ border-radius: 0px;
}
-
#actions_button:hover
{
border-bottom:1px solid #3197DE;
+ background-color: transparent;
}
#close_button
@@ -48,7 +48,7 @@
padding: 0px;
border: none;
margin: 0px;
- box-shadow: 0px;
+ border-radius: 0px;
}
#close_button:hover
@@ -70,13 +70,12 @@
{
margin: 0px;
padding: 0px;
- box-shadow: 0px;
}
#main_hbox
{
- margin-right: 14px;
- margin-bottom: 12px;
+ margin-right: 14px;
+ margin-bottom: 12px;
}
#icon_box
--
2.27.0