We will be doing maintenance work on Vivaldi Translate on the 11th of May starting at 03:00 (UTC) (see the time in your time zone).
Some downtime and service disruptions may be experienced.
Thanks in advance for your patience.
Rectangular tabs with "Round corners" option activated
-
Hello,
in my themes I applied the "Round corners" option by setting it to the maximum to have the address bar and search bar rounded. However, this also rounds the tabs, which I would prefer rectangular instead. Can anyone suggest a way to achieve this result (CSS?)?
ThanksP.S. I am posting here again as I previously posted in the wrong section.
-
Simply use
.tab { border-radius: 0 !important; }
-
Thank you very much!