mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 10:02:20 +02:00
[enh] oscar theme redesign added
The original code made by @logico-dev (#559)
This commit is contained in:
parent
237d251d14
commit
f496dc353d
28 changed files with 511 additions and 101 deletions
8
searx/static/themes/oscar/less/logicodev/cursor.less
Normal file
8
searx/static/themes/oscar/less/logicodev/cursor.less
Normal file
|
@ -0,0 +1,8 @@
|
|||
// display cursor
|
||||
.cursor-text {
|
||||
cursor: text !important;
|
||||
}
|
||||
|
||||
.cursor-pointer {
|
||||
cursor: pointer !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue