Replace all <Tab> characters with two spaces
This commit is contained in:
@@ -10,21 +10,21 @@ See the above repository for updates as well as full license text. */
|
||||
#TabsToolbar > .titlebar-spacer{ display: -moz-box !important; }
|
||||
|
||||
#toolbar-menubar{
|
||||
--uc-menubar-height: 36px;
|
||||
position: fixed;
|
||||
display: block;
|
||||
width: 100vw;
|
||||
height: var(--uc-menubar-height);
|
||||
margin-top: calc(8px - var(--uc-menubar-height));
|
||||
transition: margin-top 150ms linear !important;
|
||||
-moz-window-dragging: no-drag;
|
||||
z-index:4;
|
||||
--uc-menubar-height: 36px;
|
||||
position: fixed;
|
||||
display: block;
|
||||
width: 100vw;
|
||||
height: var(--uc-menubar-height);
|
||||
margin-top: calc(8px - var(--uc-menubar-height));
|
||||
transition: margin-top 150ms linear !important;
|
||||
-moz-window-dragging: no-drag;
|
||||
z-index:4;
|
||||
}
|
||||
|
||||
#menubar-items{ display: block; float: left; }
|
||||
|
||||
#toolbar-menubar:hover{
|
||||
background-color: var(--toolbar-bgcolor) !important;
|
||||
margin-top: 0px;
|
||||
z-index: 6
|
||||
background-color: var(--toolbar-bgcolor) !important;
|
||||
margin-top: 0px;
|
||||
z-index: 6
|
||||
}
|
||||
Reference in New Issue
Block a user