70 lines
1.3 KiB
Diff
70 lines
1.3 KiB
Diff
|
|
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-height:12px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#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
|
|||
|
|
|