Skip to content

Commit

Permalink
v1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
adokseo committed Sep 29, 2020
1 parent 5fd6383 commit 43583b8
Show file tree
Hide file tree
Showing 14 changed files with 351 additions and 411 deletions.
Binary file modified assets/icons/128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icons/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icons/32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icons/48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/rating.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/size.svg

This file was deleted.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Dark Mode",
"version": "1.45",
"version": "1.50",
"description": "Dark Mode, read at night. Blue Light Filter for Every Website. Relax your eyes at night and day.",

"default_locale": "en",
Expand Down
35 changes: 0 additions & 35 deletions popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -453,20 +453,6 @@ body[data-website-text-editor="true"] .websites-textfield
}


/*---------------------------------------------------------------
4.0 FOLDER
---------------------------------------------------------------*/

.satus-main .satus-folder svg
{
width: 20px;
height: 20px;
margin: 0 14px 0 0;

stroke: none;
}


/*---------------------------------------------------------------
5.0 SWITCH
---------------------------------------------------------------*/
Expand Down Expand Up @@ -543,27 +529,6 @@ body[data-website-text-editor="true"] .websites-textfield
}


/*---------------------------------------------------------------
8.0 LANGUAGE
---------------------------------------------------------------*/

.satus-select[data-storage-key=language]
{
padding-left: 50px;
}

.satus-select[data-storage-key=language] svg
{
position: absolute;
left: 16px;

width: 20px;
height: 20px;

stroke: none;
}


/*---------------------------------------------------------------
9.0 ABOUT
---------------------------------------------------------------*/
Expand Down
4 changes: 2 additions & 2 deletions popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ var Menu = {
button_vert: {
type: 'button',
class: 'satus-dialog--vertical-menu-button',
icon: '<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" viewBox="0 0 24 24"><circle cx="12" cy="5.25" r="0.45"/><circle cx="12" cy="12" r="0.45"/><circle cx="12" cy="18.75" r="0.45"/></svg>',
onClickRender: {
before: '<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.75" viewBox="0 0 24 24"><circle cx="12" cy="5.25" r="0.45"/><circle cx="12" cy="12" r="0.45"/><circle cx="12" cy="18.75" r="0.45"/></svg>',
onclick: {
type: 'dialog',
class: 'satus-dialog--vertical-menu',

Expand Down
Loading

0 comments on commit 43583b8

Please sign in to comment.