forked from klaudiosinani/tusk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbrowser.css
73 lines (73 loc) · 1.76 KB
/
browser.css
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
:root{
--black: rgba(0, 0, 0, 1);
--sepia: rgba(251, 240, 217, 1);
--dark-grey: rgba(33, 33, 33, 1);
--black-five: rgba(0, 0, 0, 0.05);
--vibrant-black: rgba(30, 14, 29, 1);
--vibrant-grey: rgba(216, 203, 199, 1);
--white-five: rgba(255, 255, 255, 0.05);
--transparent-white: rgba(255, 255, 255, 0);
}
html {
overflow: hidden;
}
body {
-webkit-app-region: drag;
}
::-webkit-scrollbar { /* Notes list scrollbar */
width: 6px !important;
}
::-webkit-scrollbar-track { /* Notes list scrollbar track */
border-radius: 0px !important;
}
::-webkit-scrollbar-thumb { /* Notes list scrollbar thumb */
border-radius: 0px !important;
background: #2dbe60 !important;
}
#switch-link {
-webkit-app-region: no-drag;
}
.GJDCG5CM4B { /* Elephant logo */
left: 0;
right: 0;
bottom: 0;
top: 25px;
height: 66px;
position: relative;
}
.GJDCG5CG5B, .GJDCG5CA5B { /* Sidebar buttons */
margin: 20px 0px !important;
}
.FocusClipperButton-button {
visibility: hidden !important;
}
.focus-NotesView-NotesView {
background-color: #FFFFFF !important;
}
.GDAMOPFCKYB {
padding-bottom: 1px !important;
}
.focus-NotesView-RemindersList {
background-color: #FFFFFF;
}
.GJDCG5CNYB { /* Note list header */
background-color: #FFFFFF;
margin-bottom: -6px !important;
}
.GJDCG5CP3B { /* Profile background */
background-color: #F8F8F8 !important;
}
.GDAMOPFCPYB { /* Note list transition background */
background-color: #FFFFFF !important;
}
div#gwt-debug-FocusView-root { /* Sidebar transition background */
background-color: #F8F8F8 !important;
}
@media all and (max-width: 800px) {
.GJDCG5CAQB.GJDCG5CEQB { /* Enter compact mode */
margin-left: 0px !important;
}
div#gwt-debug-notesListView { /* Auto-hide note list */
visibility: hidden !important;
}
}