mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 14:35:18 -04:00
Reorganize file structure.
This commit is contained in:
parent
c8eff2d313
commit
5b68fe731a
149 changed files with 41 additions and 38 deletions
14
src/_h5ai/public/css/inc/misc.less
Normal file
14
src/_h5ai/public/css/inc/misc.less
Normal file
|
@ -0,0 +1,14 @@
|
|||
::-moz-selection {
|
||||
color: @col-text-native-selection;
|
||||
background: @col-back-native-selection;
|
||||
text-shadow: none;
|
||||
}
|
||||
::selection {
|
||||
color: @col-text-native-selection;
|
||||
background: @col-back-native-selection;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
*:focus {
|
||||
outline: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue