Skip to content

Commit

Permalink
Patch 2.0.3
Browse files Browse the repository at this point in the history
- [Firefox] Fixed checkmark icon in settings
  • Loading branch information
XFox111 committed Apr 23, 2021
1 parent e8f7c55 commit fa43a95
Showing 3 changed files with 24 additions and 3 deletions.
23 changes: 22 additions & 1 deletion css/style.dark.css
Original file line number Diff line number Diff line change
@@ -112,4 +112,25 @@
.tabsAside[darkmode] .pane nav
{
background-color: #4a4a4a;
}
}

.tabsAside[darkmode] .listviewSwitch > div
{
border-radius: 1px;
background-color: gray;
}

.tabsAside[darkmode] .tabsAside .listviewSwitch.tile > div
{
background-color: #c2c2c2;
}

.tabsAside[darkmode] .tabsAside[listview] .listviewSwitch.tile > div
{
background-color: gray;
}

.tabsAside[darkmode] .tabsAside[listview] .listviewSwitch.list > div
{
background-color: #c2c2c2;
}
2 changes: 1 addition & 1 deletion css/style.generic.css
Original file line number Diff line number Diff line change
@@ -190,7 +190,7 @@
color: rgba(0, 0, 0, .4);

font-family: "SegoeMDL2Assets";
content: "\E001";
content: "\E73E";

width: 16px;
height: 16px;
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_name__",
"version": "2.0.2",
"version": "2.0.3",
"manifest_version": 2,
"description": "__MSG_description__",
"author": "__MSG_author__",

0 comments on commit fa43a95

Please sign in to comment.