1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

Patch 2.0.3

- [Firefox] Fixed checkmark icon in settings
This commit is contained in:
2021-04-23 17:54:32 +03:00
parent e8f7c55e2f
commit fa43a95a40
3 changed files with 24 additions and 3 deletions
+22 -1
View File
@@ -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;
}
+1 -1
View File
@@ -190,7 +190,7 @@
color: rgba(0, 0, 0, .4);
font-family: "SegoeMDL2Assets";
content: "\E001";
content: "\E73E";
width: 16px;
height: 16px;
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "__MSG_name__",
"version": "2.0.2",
"version": "2.0.3",
"manifest_version": 2,
"description": "__MSG_description__",
"author": "__MSG_author__",