Skip to content

Commit

Permalink
20:06 21/12/2015 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Dec 22, 2015
1 parent d74f439 commit f1046e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,5 @@ v0.8 Service Pack 1 (all themes) : Bug correction for Cinnamon theme. Called SP1
v0.8.1 (all themes) : Adjusted a couple of stuff for Cinnamon 2.8 and previous versions. Still searching for a way to center text in titlebars...

v0.8.2 (all themes; not Legacy) : Major improvements on the gnome-shell theme, notification bg color fixed, as well as other small improvements in color and borders for a more windowish experience.

v0.8.3 (all themes; not Legacy) : Fixes small calendar color issue with Gnome-Shell theme.
6 changes: 3 additions & 3 deletions Windows 10 Light/gnome-shell/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ StScrollBar {
border-left-width: 0px; }

.calendar-nonwork-day {
background-color: rgba(0,0,0,0);
background-color: rgba(0,0,0,0.8);
color: rgba(255,255,255,0.7); }

.calendar-today {
Expand All @@ -785,11 +785,11 @@ StScrollBar {
border: 0px solid rgba(0,0,0,0.2); }

.calendar-day-with-events {
color: rgba(0,0,0,0.4);
color: rgba(255,255,255,0.9);
font-weight: bold; }

.calendar-other-month-day {
color: rgba(0,0,0,0.15);
color: rgba(255,255,255,0.8);
opacity: 0.5; }

/* Message list */
Expand Down

0 comments on commit f1046e6

Please sign in to comment.