Solved removing white glow/outline on tab icons
-
Hello,
I want to remove the white glow / outline that Vivaldi adds to the tab icons..
How can I go about doing so ? -
@rebub This works for me.
I do not know what i made wrong before. I patch less. So i apologise.- Create a folder
UserCSS
in browser profile folder User-Data - Open folder in Explorer
- Create a text(!) file named
custom.css
for your modifications - Add this line in your custom.css with a text editor:
/* removed shadow from tab icons in dark themes */ .theme-dark .favicon:not(.svg) { filter: none !important; }
- Open
vivaldi://experiments
- Enable "Allow for using CSS modifications"
- Restart Vivaldi
- Open Settings → Appearance
- Select folder
UserCSS
, the one where you have stored your CSS modification - Restart Vivaldi
Eeeek
I used wrong markdown syntx. Sorry.
Typos, too. Getting tired. - Create a folder
-
@rebub You mean in dark themes?
//edit:
With this CSS style modification:.theme-dark .tab-position .tab.active .tab-header .favicon:not(.svg), .acc-dark.color-behind-tabs-off .tab-position .tab.active .tab-header .favicon:not(.svg) { filter: none; }
-
This post is deleted! -
@doctorg I added the folder with the .css file inside of it in the settings and restarted my browser and nothing happened...
-
@rebub This works for me.
I do not know what i made wrong before. I patch less. So i apologise.- Create a folder
UserCSS
in browser profile folder User-Data - Open folder in Explorer
- Create a text(!) file named
custom.css
for your modifications - Add this line in your custom.css with a text editor:
/* removed shadow from tab icons in dark themes */ .theme-dark .favicon:not(.svg) { filter: none !important; }
- Open
vivaldi://experiments
- Enable "Allow for using CSS modifications"
- Restart Vivaldi
- Open Settings → Appearance
- Select folder
UserCSS
, the one where you have stored your CSS modification - Restart Vivaldi
Eeeek
I used wrong markdown syntx. Sorry.
Typos, too. Getting tired. - Create a folder
-
@doctorg it worked THANK YOU it looks so much better.
-
Ppafflick moved this topic from Vivaldi for Windows on