Skip to content

Commit

Permalink
-applied svgcleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-mohapatra committed Apr 27, 2020
1 parent 43bd39b commit c4b6406
Show file tree
Hide file tree
Showing 20 changed files with 18 additions and 9 deletions.
Binary file modified [email protected]/schemas/gschemas.compiled
Binary file not shown.
Binary file removed [email protected]/themes/flat-remix/close-active.png
Binary file not shown.
1 change: 1 addition & 0 deletions [email protected]/themes/flat-remix/close-active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed [email protected]/themes/flat-remix/close-hover.png
Binary file not shown.
1 change: 1 addition & 0 deletions [email protected]/themes/flat-remix/close-hover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed [email protected]/themes/flat-remix/close.png
Binary file not shown.
1 change: 1 addition & 0 deletions [email protected]/themes/flat-remix/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
1 change: 1 addition & 0 deletions [email protected]/themes/flat-remix/maximize-active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed [email protected]/themes/flat-remix/maximize-hover.png
Binary file not shown.
1 change: 1 addition & 0 deletions [email protected]/themes/flat-remix/maximize-hover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed [email protected]/themes/flat-remix/maximize.png
Binary file not shown.
1 change: 1 addition & 0 deletions [email protected]/themes/flat-remix/maximize.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
1 change: 1 addition & 0 deletions [email protected]/themes/flat-remix/minimize-active.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed [email protected]/themes/flat-remix/minimize-hover.png
Binary file not shown.
1 change: 1 addition & 0 deletions [email protected]/themes/flat-remix/minimize-hover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed [email protected]/themes/flat-remix/minimize.png
Binary file not shown.
1 change: 1 addition & 0 deletions [email protected]/themes/flat-remix/minimize.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions [email protected]/themes/flat-remix/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,37 @@
}

.close .icon {
background-image: url("close.png");
background-image: url("close.svg");
}

.close:hover .icon {
background-image: url("close-hover.png");
background-image: url("close-hover.svg");
}

.close:active .icon {
background-image: url("close-active.png");
background-image: url("close-active.svg");
}

.minimize .icon {
background-image: url("minimize.png");
background-image: url("minimize.svg");
}

.minimize:hover .icon {
background-image: url("minimize-hover.png");
background-image: url("minimize-hover.svg");
}

.minimize:active .icon {
background-image: url("minimize-active.png");
background-image: url("minimize-active.svg");
}

.maximize .icon {
background-image: url("maximize.png");
background-image: url("maximize.svg");
}

.maximize:hover .icon {
background-image: url("maximize-hover.png");
background-image: url("maximize-hover.svg");
}

.maximize:active .icon {
background-image: url("maximize-active.png");
background-image: url("maximize-active.svg");
}

0 comments on commit c4b6406

Please sign in to comment.