Поменял цвета у иконок на панели с черного на темно-синий
В cinnamon.css поменял значения color для стилей applet-box, applet-box:hover, applet-icon
This commit is contained in:
@@ -322,7 +322,7 @@ StScrollBar {
|
||||
/* sets the width of vertical panels */
|
||||
width: 32px;
|
||||
/* Set the symbolic foreground color for icons, and importantly, the system tray applet icons */
|
||||
color: #303030; }
|
||||
color: #729fcf; }
|
||||
#panelLeft {
|
||||
spacing: 4px; }
|
||||
#panelLeft:dnd {
|
||||
@@ -1470,14 +1470,14 @@ StScrollBar {
|
||||
.applet-box {
|
||||
padding: 0 5px;
|
||||
spacing: 5px;
|
||||
color: #303030;
|
||||
color: #001c80;
|
||||
text-shadow: none;
|
||||
transition-duration: 100;
|
||||
text-align: center; }
|
||||
.applet-box.vertical {
|
||||
padding: 5px 0; }
|
||||
.applet-box:hover, .applet-box:checked {
|
||||
color: #303030;
|
||||
color: #001c80;
|
||||
background-color: #d3d3d7; }
|
||||
.applet-box:highlight {
|
||||
background-image: none;
|
||||
@@ -1492,7 +1492,7 @@ StScrollBar {
|
||||
text-shadow: none; }
|
||||
|
||||
.applet-icon {
|
||||
color: #303030;
|
||||
color: #001c80;
|
||||
icon-size: 22px; }
|
||||
.applet-icon:hover, .applet-icon:checked, .applet-box:hover > .applet-icon, .applet-box:checked > .applet-icon {
|
||||
color: #303030;
|
||||
|
||||
Reference in New Issue
Block a user