Преглед изворни кода

[fix] logo responsivity ++ preferences button hover

Adam Tauber пре 8 година
родитељ
комит
7013c3dc0d

+ 1
- 1
searx/static/themes/oscar/css/logicodev.min.css
Разлика између датотеке није приказан због своје велике величине
Прегледај датотеку


+ 5
- 5
searx/static/themes/oscar/less/logicodev/search.less Прегледај датотеку

@@ -29,11 +29,6 @@
29 29
 
30 30
 }
31 31
 
32
-.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
33
-    background-color: transparent !important;
34
-    box-shadow: none;
35
-}
36
-
37 32
 #categories{
38 33
     margin: 0;
39 34
 }
@@ -43,6 +38,11 @@
43 38
     margin-bottom: 25px;
44 39
 }
45 40
 
41
+#main-logo > img {
42
+    max-width: 350px;
43
+    width: 80%;
44
+}
45
+
46 46
 #q{
47 47
     box-shadow: none;
48 48
     border-right: none;

+ 1
- 1
searx/templates/oscar/index.html Прегледај датотеку

@@ -7,7 +7,7 @@
7 7
                 <h1 class="text-hide center-block"><img class="center-block img-responsive" src="{{ url_for('static', filename='img/searx_logo.png') }}" alt="searx logo"/>searx</h1>
8 8
             {% else %}
9 9
                 <h1 class="text-hide center-block" id="main-logo">
10
-                    <img class="center-block img-responsive" src="{{ url_for('static', filename='img/logo_searx_a.png') }}" alt="searx logo" style="max-width: 350px"/>
10
+                    <img class="center-block img-responsive" src="{{ url_for('static', filename='img/logo_searx_a.png') }}" alt="searx logo" />
11 11
                     searx
12 12
                 </h1>
13 13
             {% endif %}