Browse Source

Hostname: cheyan-F1-Series-PH4TRE1, IP: 192.168.1.138, Time: 2024-01-01 23:12:23

cheyan 1 year ago
parent
commit
da71c30964
2 changed files with 7 additions and 3 deletions
  1. 3 0
      README.md
  2. 4 3
      cinnamon/cinnamon.css

+ 3 - 0
README.md

@@ -6,6 +6,9 @@ Copyright belongs to the original author [andr35](https://github.com/andr35)
 一款 cinnamon 主题,修改自 [Orchidea](https://cinnamon-spices.linuxmint.com/themes/view/Orchidea),在原主题的基础上,实现了基于 cinnamon 面板的 Dock ,适配了左,右,下方向的外观。  
 版权属于原作者 [andr35](https://github.com/andr35)
 
+This warehouse stores themes that I personally use and will continue to learn and modify according to my personal habits.    
+这个仓库存放的是我个人使用的主题,会持续跟着个人习惯进修修改。
+
 
 ![thumbnail](./cinnamon/thumbnail.png)
 

+ 4 - 3
cinnamon/cinnamon.css

@@ -1,6 +1,6 @@
 /* ###################################################################
  * Section common with Gnome Shell
- * ... contains a few cinnamon specific styles (rare occurrences)
+ * contains a few cinnamon specific styles (rare occurrences)
  * ###################################################################*/
 .cinnamon-link {
   color: #3281ea;
@@ -180,6 +180,7 @@ StScrollBar StButton#vhandle:active {
   /* background-color: rgba(255, 255, 255, 0.95); */
 }
 
+/* 弹出子菜单 */
 .popup-sub-menu {
   margin: 0 4px;
   color: rgba(0, 0, 0, 0.75);
@@ -569,7 +570,7 @@ StScrollBar StButton#vhandle:active {
   border-color: rgba(60, 60, 60, 6);
   border-radius: 7px 7px 7px 7px;
   background-color: #3281ea;
-  color: #00ff00;
+  color: #fff;
   text-shadow: 2px 2px 2px #000000;
   transition-duration: 0;
 }
@@ -840,7 +841,7 @@ StScrollBar StButton#vhandle:active {
 }
 
 /* ===================================================================
- * Date applet
+ * Date applet  日期控件
  * ===================================================================*/
 /*calendar-background allows the date applet calendar to be themed separately from other applet menus*/
 .calendar {