Browse Source

[build] /static

Markus Heiser 3 years ago
parent
commit
339838f9f5

+ 17 - 0
searx/static/themes/simple/css/searxng-rtl.css

@@ -1525,6 +1525,7 @@ div.selectable_url pre {
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
+  display: block;
   background: var(--color-toolkit-dialog-background);
   position: fixed;
   top: 50%;
@@ -1561,6 +1562,9 @@ div.selectable_url pre {
   margin-top: 0.3em;
   margin-bottom: 0.3em;
 }
+.dialog-modal h3 {
+  margin-top: 0;
+}
 .btn-collapse {
   cursor: pointer;
 }
@@ -2185,6 +2189,19 @@ article.result-images .detail {
     margin-right: 1rem;
   }
 }
+.dialog-modal {
+  animation-name: dialogmodal;
+  animation-duration: 0.13s;
+}
+@keyframes dialogmodal {
+  0% {
+    opacity: 0;
+  }
+  50% {
+    opacity: 0.5;
+    transform: translate(-50%, -50%) scale(1.05);
+  }
+}
 #main_index {
   margin-top: 26vh;
 }

File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/simple/css/searxng-rtl.min.css


File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/simple/css/searxng-rtl.min.css.map


+ 17 - 0
searx/static/themes/simple/css/searxng.css

@@ -1525,6 +1525,7 @@ div.selectable_url pre {
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
+  display: block;
   background: var(--color-toolkit-dialog-background);
   position: fixed;
   top: 50%;
@@ -1561,6 +1562,9 @@ div.selectable_url pre {
   margin-top: 0.3em;
   margin-bottom: 0.3em;
 }
+.dialog-modal h3 {
+  margin-top: 0;
+}
 .btn-collapse {
   cursor: pointer;
 }
@@ -2185,6 +2189,19 @@ article.result-images .detail {
     margin-right: 1rem;
   }
 }
+.dialog-modal {
+  animation-name: dialogmodal;
+  animation-duration: 0.13s;
+}
+@keyframes dialogmodal {
+  0% {
+    opacity: 0;
+  }
+  50% {
+    opacity: 0.5;
+    transform: translate(-50%, -50%) scale(1.05);
+  }
+}
 #main_index {
   margin-top: 26vh;
 }

File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/simple/css/searxng.min.css


File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/simple/css/searxng.min.css.map


Some files were not shown because too many files changed in this diff