mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
theme: Provide icon helper classes
- to help present icons on light backgrounds, the new fullcolor icons need some help. Mimic gtk styles Needed for https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/168
This commit is contained in:
parent
f583a7c6d8
commit
043667dde5
1 changed files with 16 additions and 0 deletions
|
|
@ -619,6 +619,22 @@ StScrollBar {
|
|||
app menu inside the main app window itself rather than the top bar
|
||||
*/
|
||||
|
||||
/*************
|
||||
* App Icons *
|
||||
*************/
|
||||
/* Outline for low res icons */
|
||||
.lowres-icon {
|
||||
icon-shadow: 0 -1px rgba(0,0,0,0.05),
|
||||
1px 0 rgba(0,0,0,0.1),
|
||||
0 1px rgba(0,0,0,0.3),
|
||||
-1px 0 rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
/* Drapshadow for large icons */
|
||||
.icon-dropshadow {
|
||||
icon-shadow: 0 2px 12px rgba(0,0,0,0.1),
|
||||
0 1px 2px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
/* OSD */
|
||||
.osd-window {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue