icons: Add read mode icon

This commit is contained in:
Rafael Mardojai CM 2023-06-11 17:58:14 -05:00
parent 25a9ab399e
commit f2d1725684
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" height="16px" viewBox="0 0 16 16" width="16px"><path fill="context-fill" stroke="context-stroke" fill-opacity="context-fill-opacity" d="m 0 3 v 9 c 0 2.199219 1.800781 4 4 4 h 9 v -0.035156 c 1.71875 -0.25 3.039062 -1.765625 3 -3.539063 v -5.425781 c 0 -1.65625 -1.34375 -3 -3 -3 h -2 v -1 c 0 -1.65625 -1.34375 -3 -3 -3 h -5 c -1.65625 0 -3 1.34375 -3 3 z m 3 -1 h 5 c 0.550781 0 1 0.449219 1 1 v 9.445312 c 0 0.558594 0.136719 1.082032 0.367188 1.554688 h -5.367188 c -1.117188 0 -2 -0.882812 -2 -2 v -9 c 0 -0.550781 0.449219 -1 1 -1 z m 0 1 v 2 h 5 v -2 z m 0 3 v 1 h 5 v -1 z m 8 0 h 2 c 0.550781 0 1 0.449219 1 1 v 5.46875 c 0.019531 0.835938 -0.621094 1.503906 -1.457031 1.527344 c -0.863281 -0.007813 -1.542969 -0.683594 -1.542969 -1.550782 z m -8 2 v 1 h 5 v -1 z m 0 2 v 1 h 5 v -1 z m 0 0"/></svg>

After

Width:  |  Height:  |  Size: 888 B

View File

@ -445,6 +445,13 @@ button.close::before {
#picture-in-picture-button[pipactive] > .urlbar-icon {
list-style-image: url("../icons/pip-out-symbolic.svg") !important;
}
/* Read mode */
#reader-mode-button > .urlbar-icon {
list-style-image: url("../icons/newspaper-symbolic.svg") !important;
}
#reader-mode-button[readeractive] > .urlbar-icon {
fill: var(--gnome-accent) !important;
}
/* Blocked media */
.autoplay-media-icon.blocked-permission-icon {
list-style-image: url("../icons/play-large-disabled-symbolic.svg") !important;