mirror of
https://github.com/searxng/searxng
synced 2024-11-05 06:01:05 +00:00
[fix] menu style in pointhi oscar theme
This commit is contained in:
parent
9782633054
commit
142cd87095
BIN
searx/static/themes/oscar/css/pointhi.min.css
vendored
BIN
searx/static/themes/oscar/css/pointhi.min.css
vendored
Binary file not shown.
28
searx/static/themes/oscar/less/pointhi/navbar.less
Normal file
28
searx/static/themes/oscar/less/pointhi/navbar.less
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
.menu {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
position: absolute;
|
||||||
|
top: 4px;
|
||||||
|
border: 0;
|
||||||
|
z-index: 1000000000;
|
||||||
|
height: 40px;
|
||||||
|
line-height: 40px;
|
||||||
|
ul {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
li {
|
||||||
|
padding: 0 0.6em;
|
||||||
|
margin: 0;
|
||||||
|
float: left;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-right {
|
||||||
|
right: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-left {
|
||||||
|
left: 2em;
|
||||||
|
}
|
@ -15,3 +15,5 @@
|
|||||||
@import "cursor.less";
|
@import "cursor.less";
|
||||||
|
|
||||||
@import "code.less";
|
@import "code.less";
|
||||||
|
|
||||||
|
@import "navbar.less";
|
||||||
|
Loading…
Reference in New Issue
Block a user