-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 优化了黑色主题样式 - style.css增加了另外两个样式表,可以根据自己的偏好选用
- Loading branch information
Showing
7 changed files
with
43 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
.toolbar > .newtab{ | ||
display:flex; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/* tabbar left&right | ||
如果你习惯开启 Panel,则可以去除 Tabbar 的拖拽功能*/ | ||
#tabs-tabbar-container{ | ||
-webkit-app-region: no-drag; | ||
box-shadow:none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
/* | ||
You can add references to your own .css stylessheets in this file | ||
/* | ||
You can add references to your own .css stylessheets in this file | ||
*/ | ||
@import url("css/vivalarc.css"); | ||
|
||
/* 说明 | ||
在下方开关样式表来修改特定的样式 | ||
如果你习惯开启面板,则取消注释 panel_mode.sss | ||
如果你想显示新建标签按钮,则取消注释 new_tab.css | ||
取消注释 ── 删除一行里的星号和反斜杠 | ||
*/ | ||
|
||
@import url("css/vivalarc_main.css"); | ||
/* @import url("css/panel_mode.css"); */ | ||
/* @import url("css/new_tab.css"); */ |