diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-05-08 10:45:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-08 10:45:45 +0200 |
| commit | 85c1c14fd7e8ff217ff57509cf9d58ec92f7af9a (patch) | |
| tree | 8e29e2083e235a315345c9c43ddff0f962340fde /searx/static/plugins/css | |
| parent | 6db568bf69b7145451ff90e14da0e49fb5b6269b (diff) | |
| parent | 1e45dbbae9b6bb7b85ce6620556b955799ed4fe5 (diff) | |
Merge pull request #1186 from dalf/theme_remove_common
Theme: remove __common__ directories
Diffstat (limited to 'searx/static/plugins/css')
| -rw-r--r-- | searx/static/plugins/css/vim_hotkeys.css | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/searx/static/plugins/css/vim_hotkeys.css b/searx/static/plugins/css/vim_hotkeys.css deleted file mode 100644 index 2ccfdc1af..000000000 --- a/searx/static/plugins/css/vim_hotkeys.css +++ /dev/null @@ -1,26 +0,0 @@ -.vim-hotkeys-help { - position: fixed; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - z-index: 9999999; - overflow-y: auto; - max-height: 80%; - box-shadow: 0 0 1em; -} - -.dflex { - display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ - display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ - display: -ms-flexbox; /* TWEENER - IE 10 */ - display: -webkit-flex; /* NEW - Chrome */ - display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */ -} - -.iflex { - -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */ - -moz-box-flex: 1; /* OLD - Firefox 19- */ - -webkit-flex: 1; /* Chrome */ - -ms-flex: 1; /* IE 10 */ - flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */ -} |