44 lines
866 B
Diff
44 lines
866 B
Diff
From 7e52eef1c3f19da057a93b1b2268c16c16e9a5df Mon Sep 17 00:00:00 2001
|
|
From: yuanxing <yuanxing@kylinos.com.cn>
|
|
Date: Fri, 22 Jan 2021 18:39:20 +0800
|
|
Subject: [PATCH 4/9] fix(ui):delete some unuseful code
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
- 删除一些没用的文字
|
|
---
|
|
src/themes/kiran/data/kiran.css | 9 ---------
|
|
1 file changed, 9 deletions(-)
|
|
|
|
diff --git a/src/themes/kiran/data/kiran.css b/src/themes/kiran/data/kiran.css
|
|
index b85dc2f..c1017d2 100644
|
|
--- a/src/themes/kiran/data/kiran.css
|
|
+++ b/src/themes/kiran/data/kiran.css
|
|
@@ -91,21 +91,12 @@
|
|
margin-top: 12px;
|
|
}
|
|
|
|
-
|
|
#action_vbox
|
|
{
|
|
border: none;
|
|
- background-color: red;
|
|
}
|
|
|
|
-
|
|
#actions_box
|
|
{
|
|
margin-right: 2px;
|
|
- background-color: purple;
|
|
-}
|
|
-
|
|
-#text_vbox
|
|
-{
|
|
- background-color: seagreen;
|
|
}
|
|
\ No newline at end of file
|
|
--
|
|
2.27.0
|
|
|