Skip to content

Commit

Permalink
CBlue/CGreen: Fix issue #837 (#838)
Browse files Browse the repository at this point in the history
* Fix #837
  • Loading branch information
Bundy01 authored Dec 17, 2024
1 parent 23b6b27 commit b504e91
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions CBlue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Versions

* 3.2: fix #837.
* 3.1: improvement for Cinnamon 6.4 that I hadn't seen in the previous version.
* 3.0: compatibility with Cinnamon 6.4.
* 2.12: weather applet touch-up.
Expand Down
6 changes: 3 additions & 3 deletions CBlue/files/CBlue/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
.grouped-window-list-item-box {
color: #ccc;
transition-duration: 100;
padding-left: 13em;
padding-left: 0 2px;
}
.grouped-window-list-item-box.top, .grouped-window-list-item-box.bottom {
padding: 0 0.5em;
Expand Down Expand Up @@ -1607,10 +1607,10 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
color: #5294e2;
}
.hourly-time {
padding: 0px 9px;
/* padding: 0px 7px;*/
}
.hourly-box {
/* padding: 0px 10px;*/
padding: 0px 35px;
}
/* ===================================================================
* User Applet and CinnVIIStarkMenu
Expand Down
2 changes: 1 addition & 1 deletion CBlue/files/CBlue/cinnamon/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cinnamon-theme": {
"name": "CBlue",
"author": "Bundy01",
"version": "3.1",
"version": "3.2",
"type": "custom",
"thumbnail": "thumbnail.png",
"url": ""
Expand Down
1 change: 1 addition & 0 deletions CGreen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Versions

* 3.2: fix #837.
* 3.1: improvement for Cinnamon 6.4 that I hadn't seen in the previous version.
* 3.0: compatibility with Cinnamon 6.4.
* 2.12: weather applet touch-up.
Expand Down
2 changes: 1 addition & 1 deletion CGreen/files/CGreen/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
.grouped-window-list-item-box {
color: #ccc;
transition-duration: 100;
padding-left: 13em;
padding-left: 0 2px;
}
.grouped-window-list-item-box.top, .grouped-window-list-item-box.bottom {
padding: 0 0.5em;
Expand Down
2 changes: 1 addition & 1 deletion CGreen/files/CGreen/cinnamon/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cinnamon-theme": {
"name": "CGreen",
"author": "Bundy01",
"version": "3.1",
"version": "3.2",
"type": "custom",
"thumbnail": "thumbnail.png",
"url": ""
Expand Down

0 comments on commit b504e91

Please sign in to comment.