-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclear_UI.css
More file actions
25 lines (20 loc) · 807 Bytes
/
clear_UI.css
File metadata and controls
25 lines (20 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
Clear the interface of unnecessary stuff
Author: rafaell0
*/
* {font-family: "ia writer quattro s";}
/* Hide shadows and borders of extension windows */
.extension-popup {
box-shadow: none !important;
}
.extension-popup > webview {
border: none !important;
border-radius: 12px!important;
}
body::-webkit-scrollbar, /* turn on vivaldi://flags/#overlay-scrollbars ! */
.UrlBar-AddressField .UrlBar-UrlObfuscationWarning, /* warning that appears when the address bar moving on hover */
#app #browser .slim-scrollbar::-webkit-scrollbar, /* sidebar small white scrollbar */
.disable-titlebar#browser.win .window-buttongroup, /* expand, minimize, close buttons */
.vivaldi { /* logo */
display: none !important;
}