summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/src/less/pointhi/onoff.less
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2022-04-30 08:04:09 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2022-04-30 13:20:27 +0200
commitad1aca682318657955369b1f2cb28a86bc25394c (patch)
tree1e653c1503bd98960326841f08f64c923cdd812c /searx/static/themes/oscar/src/less/pointhi/onoff.less
parente8541b6006cd6a00556957433c9de64c23ba0c84 (diff)
[theme] delete static/themes/oscar and templates/oscar
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> templates/oscar# gelöscht: searx/static/themes/oscar/fonts/glyphicons-halflings-regular.ttf
Diffstat (limited to 'searx/static/themes/oscar/src/less/pointhi/onoff.less')
-rw-r--r--searx/static/themes/oscar/src/less/pointhi/onoff.less57
1 files changed, 0 insertions, 57 deletions
diff --git a/searx/static/themes/oscar/src/less/pointhi/onoff.less b/searx/static/themes/oscar/src/less/pointhi/onoff.less
deleted file mode 100644
index 72b289a23..000000000
--- a/searx/static/themes/oscar/src/less/pointhi/onoff.less
+++ /dev/null
@@ -1,57 +0,0 @@
-.onoff-checkbox {
- width:15%;
-}
-.onoffswitch {
- position: relative;
- width: 110px;
- -webkit-user-select:none;
- -moz-user-select:none;
- -ms-user-select: none;
-}
-.onoffswitch-checkbox {
- display: none;
-}
-.onoffswitch-label {
- display: block;
- overflow: hidden;
- cursor: pointer;
- border: 2px solid #FFFFFF !important;
- border-radius: 50px !important;
-}
-.onoffswitch-inner {
- display: block;
- transition: margin 0.3s ease-in 0s;
-}
-
-.onoffswitch-inner:before, .onoffswitch-inner:after {
- display: block;
- float: left;
- width: 50%;
- height: 30px;
- padding: 0;
- line-height: 40px;
- font-size: 20px;
- box-sizing: border-box;
- content: "";
- background-color: #EEEEEE;
-}
-
-.onoffswitch-switch {
- display: block;
- width: 37px;
- background-color: #00CC00;
- position: absolute;
- top: 0;
- bottom: 0;
- right: 0px;
- border: 2px solid #FFFFFF !important;
- border-radius: 50px !important;
- transition: all 0.3s ease-in 0s;
-}
-.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
- margin-right: 0;
-}
-.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
- right: 71px;
- background-color: #A1A1A1;
-}