mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
Add gradient to menubar
This commit is contained in:
parent
9e265e14df
commit
dd4385a64b
1 changed files with 7 additions and 1 deletions
|
@ -17,7 +17,13 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
#main-menubar{-moz-box-flex: 1; background: var(--toolbar-non-lwt-bgcolor)}
|
||||
#main-menubar{
|
||||
-moz-box-flex: 1;
|
||||
background: var(--toolbar-non-lwt-bgcolor);
|
||||
background-clip: padding-box;
|
||||
border-right: 30px solid transparent;
|
||||
border-image: linear-gradient(to left, transparent, var(--toolbar-non-lwt-bgcolor) 30px) 20 / 30px
|
||||
}
|
||||
|
||||
#toolbar-menubar:not([inactive]){ z-index: 2 }
|
||||
#toolbar-menubar[inactive] > #menubar-items { opacity: 0 }
|
Loading…
Reference in a new issue