1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-07-02 19:52:47 +03:00

Compare commits

..

3 Commits

Author SHA1 Message Date
xfox111 fa43a95a40 Patch 2.0.3
- [Firefox] Fixed checkmark icon in settings
2021-04-23 17:54:32 +03:00
xfox111 e8f7c55e2f Added .gitignore 2021-04-23 17:12:16 +03:00
whitesource-bolt-for-github[bot] 3d7bc4eb77 Add .whitesource configuration file (#76) 2021-03-22 15:30:44 +03:00
5 changed files with 37 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
\.vscode
+12
View File
@@ -0,0 +1,12 @@
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff"
},
"issueSettings": {
"minSeverityLevel": "LOW"
}
}
+22 -1
View File
@@ -112,4 +112,25 @@
.tabsAside[darkmode] .pane nav .tabsAside[darkmode] .pane nav
{ {
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;
}
+1 -1
View File
@@ -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
View File
@@ -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__",