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:
@@ -113,3 +113,24 @@
|
|||||||
{
|
{
|
||||||
background-color: #4a4a4a;
|
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;
|
||||||
|
}
|
||||||
@@ -190,7 +190,7 @@
|
|||||||
color: rgba(0, 0, 0, .4);
|
color: rgba(0, 0, 0, .4);
|
||||||
|
|
||||||
font-family: "SegoeMDL2Assets";
|
font-family: "SegoeMDL2Assets";
|
||||||
content: "\E001";
|
content: "\E73E";
|
||||||
|
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "__MSG_name__",
|
"name": "__MSG_name__",
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"description": "__MSG_description__",
|
"description": "__MSG_description__",
|
||||||
"author": "__MSG_author__",
|
"author": "__MSG_author__",
|
||||||
|
|||||||
Reference in New Issue
Block a user