Skip to content

Commit

Permalink
GNOME 40 an gtk4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
madmaxms committed May 12, 2021
1 parent 19677c6 commit 0188a92
Show file tree
Hide file tree
Showing 6 changed files with 10,540 additions and 1,371 deletions.
29 changes: 15 additions & 14 deletions Obsidian-2/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,21 @@ StScrollBar StButton#vhandle:hover
.notification-button, .notification-icon-button,
.hotplug-notification-item, .hotplug-resident-eject-button,
.modal-dialog-button {
color: white;
color: #fff;
border: 1px solid #8b8b8b;
background-gradient-direction: vertical;
background-gradient-start: rgba(255, 255, 255, 0.2);
background-gradient-end: rgba(255, 255, 255, 0);
font-size: 8.5pt;
background-gradient-start: rgba(255, 255, 255, 0.1);
background-gradient-end: rgba(255, 255, 255, 0.1);
font-size: 9pt;
font-weight: normal;
text-align: center;
}

.notification-button:hover,
.notification-icon-button:hover, .hotplug-notification-item:hover,
.hotplug-resident-eject-button:hover, .modal-dialog-button:hover {
background-gradient-start: rgba(255, 255, 255, 0.3);
background-gradient-end: rgba(255, 255, 255, 0.1);
background-gradient-start: rgba(255, 255, 255, 0.2);
background-gradient-end: rgba(255, 255, 255, 0.2);
}

.notification-button:focus,
Expand Down Expand Up @@ -988,7 +988,7 @@ StScrollBar StButton#vhandle:hover
}

.notification-button {
border-radius: 5px;
border-radius: 3px;
padding: 4px 8px 5px;
}

Expand All @@ -997,7 +997,7 @@ StScrollBar StButton#vhandle:hover
}

.notification-icon-button {
border-radius: 5px;
border-radius: 3px;
padding: 5px;
}

Expand Down Expand Up @@ -1217,18 +1217,19 @@ StScrollBar StButton#vhandle:hover
}

.osd-window {
border-radius: 24px;
background-color: rgba(55,55,55,0.9);
border: 2px solid rgba(90,90,90,1.0);
border-radius: 6px;
background-color: rgba(47, 53, 53, 0.9);
border: 1px solid rgba(114, 114, 114, 0.9);
color: white;
padding: 20px;
spacing: 5px;
}

.osd-window .level {
height: 0.7em;
border-radius: 0.3em;
background-color: rgba(190,190,190,0.2);
height: 5px;
border-radius: 0px;
background-color: rgba(207,216,220,0.2);
color: #fff;
}

/* ===================================================================
Expand Down
Binary file removed Obsidian-2/gnome-shell/assets/traybg.png
Binary file not shown.
Loading

0 comments on commit 0188a92

Please sign in to comment.