mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-04 08:59:39 -04:00
Refactor styles.
This commit is contained in:
parent
ebcf431363
commit
b7a77797f6
33 changed files with 204 additions and 244 deletions
12
src/_h5ai/client/css/inc/misc.less
Normal file
12
src/_h5ai/client/css/inc/misc.less
Normal file
|
@ -0,0 +1,12 @@
|
|||
html {
|
||||
min-height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
::-moz-selection { background: @col-pink-a200; color: @col-text-primary-white; text-shadow: none; }
|
||||
::selection { background: @col-pink-a200; color: @col-text-primary-white; text-shadow: none; }
|
||||
|
||||
*:focus {
|
||||
// outline: 1px solid @col-pink-a200;
|
||||
outline: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue