mirror of
https://github.com/MatMoul/firefox-gui-chrome-css.git
synced 2024-12-23 09:56:10 +00:00
Wrap css
This commit is contained in:
parent
0a6143902d
commit
6b3ffd7af1
@ -1,7 +1,32 @@
|
|||||||
#browser-bottombox { height: 20px; border-top: solid 1px #505050; }
|
#browser-bottombox {
|
||||||
#statuspanel { height: 20px !important; width: 100% !important; left: 0px !important; bottom: 0px !important; padding: 0px !important; transition-duration: 0s !important; transition-delay: 0s !important; transition-property: none !important; }
|
height: 20px;
|
||||||
#statuspanel-inner { height: 20px !important; }
|
border-top: solid 1px #505050;
|
||||||
#statuspanel-label { top: 0px !important; margin-left: 0px !important; margin-top: 0px !important; border: none !important; padding: 0px !important; background: transparent !important; }
|
}
|
||||||
|
#statuspanel {
|
||||||
|
height: 20px !important;
|
||||||
|
width: 100% !important;
|
||||||
|
left: 0px !important;
|
||||||
|
bottom: 0px !important;
|
||||||
|
padding: 0px !important;
|
||||||
|
transition-duration: 0s !important;
|
||||||
|
transition-delay: 0s !important;
|
||||||
|
transition-property: none !important;
|
||||||
|
}
|
||||||
|
#statuspanel-inner {
|
||||||
|
height: 20px !important;
|
||||||
|
}
|
||||||
|
#statuspanel-label {
|
||||||
|
top: 0px !important;
|
||||||
|
margin-left: 0px !important;
|
||||||
|
margin-top: 0px !important;
|
||||||
|
border: none !important;
|
||||||
|
padding: 0px !important;
|
||||||
|
background: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
html[inFullscreen="true"] #browser-bottombox { display:none !important; }
|
html[inFullscreen="true"] #browser-bottombox {
|
||||||
html[inFullscreen="true"] #statuspanel { display:none !important; }
|
display:none !important;
|
||||||
|
}
|
||||||
|
html[inFullscreen="true"] #statuspanel {
|
||||||
|
display:none !important;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user