-
Notifications
You must be signed in to change notification settings - Fork 0
/
hide.titlebar-move.minmax-move.filemenu.location.css
81 lines (60 loc) · 1.78 KB
/
hide.titlebar-move.minmax-move.filemenu.location.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
74
75
76
77
78
79
80
81
/* global */
#navigator-toolbox {
border : none !important;
border-bottom: none !important;
}
#TabsToolbar {
visibility: collapse;
}
#nav-bar {
border : none;
box-shadow : none;
height : 31px;
border : none;
border-bottom: none;
margin-bottom: 0px;
padding-top : 0px;
padding-right: 140px;
background : #F5F6F7 !important;
}
/* urlbar background transparent */
urlbar {
border : none !important;
background: none !important;
}
#sidebar-box[sidebarcommand] #sidebar-header {
visibility: collapse;
}
/* HIDE FILE MENUS AND SHOW ON PRESS, MOVE MINMAX DOWN */
:root{
--uc-toolbar-height: 30px;
}
:root:not([inFullscreen]) #nav-bar{
margin-top: calc(0px - var(--uc-toolbar-height));
}
#toolbar-menubar{
min-height:unset !important;
height:var(--uc-toolbar-height) !important;
position: relative;
}
#main-menubar{
-moz-box-flex: 1;
background-color: var(--toolbar-bgcolor,--toolbar-non-lwt-bgcolor);
background-clip : padding-box;
border-image : linear-gradient(to left, transparent, var(--toolbar-bgcolor) 30px) 20 / 30px;
border-right : 10vh solid transparent !important;
color : black;
}
#toolbar-menubar:not([inactive]){
z-index: 2
}
#toolbar-menubar[inactive] > #menubar-items {
opacity: 0;
pointer-events: none;
margin-left: var(--uc-window-drag-space-width,0px)
}
/* BUGFIX FLEXISPACE to 10px */
toolbarpaletteitem[place="toolbar"][id^="wrapper-customizableui-special-spring"], toolbarspring {
max-width: 30px !important;
min-width: 15px !important;
}