-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into refreshthumbnail-editedimage
- Loading branch information
Showing
414 changed files
with
20,436 additions
and
18,253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<gresources> | ||
<gresource prefix="/io/elementary/files/"> | ||
<file alias="Application.css" compressed="true">styles/Application.css</file> | ||
<file alias="ColorButton.css" compressed="true">styles/ColorButton.css</file> | ||
<file alias="DiskRenderer.css" compressed="true">styles/DiskRenderer.css</file> | ||
<file alias="SidebarExpander.css" compressed="true">styles/SidebarExpander.css</file> | ||
</gresource> | ||
<gresource prefix="/io/elementary/files/icons"> | ||
<file alias="scalable/status/permission-execute-prevent-symbolic.svg" compressed="true" preprocess="xml-stripblanks">icons/permission-execute-prevent.svg</file> | ||
<file alias="scalable/status/permission-execute-symbolic.svg" compressed="true" preprocess="xml-stripblanks">icons/permission-execute.svg</file> | ||
<file alias="scalable/status/permission-read-prevent-symbolic.svg" compressed="true" preprocess="xml-stripblanks">icons/permission-read-prevent.svg</file> | ||
<file alias="scalable/status/permission-read-symbolic.svg" compressed="true" preprocess="xml-stripblanks">icons/permission-read.svg</file> | ||
<file alias="scalable/status/permission-write-prevent-symbolic.svg" compressed="true" preprocess="xml-stripblanks">icons/permission-write-prevent.svg</file> | ||
<file alias="scalable/status/permission-write-symbolic.svg" compressed="true" preprocess="xml-stripblanks">icons/permission-write.svg</file> | ||
</gresource> | ||
</gresources> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/*FIXME: Remove list styles in Gtk4*/ | ||
list.rich-list > row { | ||
padding: 6px; | ||
min-height: 32px; | ||
} | ||
|
||
list.rich-list label { | ||
margin: 0 6px; | ||
} | ||
|
||
list.rich-list button.toggle { | ||
margin: 3px 0; | ||
} | ||
|
||
list:not(.horizontal) row.separator, | ||
list.separators:not(.horizontal) > row:not(.separator) + row:not(.separator) { | ||
border-top: 1px solid @menu_separator; | ||
} | ||
|
||
list.boxed-list { | ||
border-radius: 6px; | ||
box-shadow: 0 1px 3px alpha(black, 0.1); | ||
} | ||
|
||
list.boxed-list > row:first-child { | ||
border-top-left-radius: 6px; | ||
border-top-right-radius: 6px; | ||
} | ||
|
||
list.boxed-list > row:last-child { | ||
border-bottom-left-radius: 6px; | ||
border-bottom-right-radius: 6px; | ||
border-bottom-width: 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.