forked from Icycoide/searxng
oscar template: generate bootstrap.min.css from source
This commit is contained in:
parent
14b0604bc0
commit
841f1eedfc
74 changed files with 9169 additions and 5 deletions
9
searx/static/oscar/less/bootstrap/mixins/tab-focus.less
Normal file
9
searx/static/oscar/less/bootstrap/mixins/tab-focus.less
Normal file
|
@ -0,0 +1,9 @@
|
|||
// WebKit-style focus
|
||||
|
||||
.tab-focus() {
|
||||
// Default
|
||||
outline: thin dotted;
|
||||
// WebKit
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
outline-offset: -2px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue