Pārlūkot izejas kodu

[fix] css classname typo

asciimoo 11 gadus atpakaļ
vecāks
revīzija
9db980ff41
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      searx/static/css/style.css

+ 1
- 1
searx/static/css/style.css Parādīt failu

91
 .image_result p { margin: 0; padding: 0; }
91
 .image_result p { margin: 0; padding: 0; }
92
 .image_result p span a { display: none; }
92
 .image_result p span a { display: none; }
93
 .image_result p span a { color: #FFFFFF; }
93
 .image_result p span a { color: #FFFFFF; }
94
-image_result p:hover span a { display: block; position: absolute; bottom: 0; right: 0; padding: 4px; background-color: rgba(0, 0, 0, 0.6); font-size: 0.7em; }
94
+.image_result p:hover span a { display: block; position: absolute; bottom: 0; right: 0; padding: 4px; background-color: rgba(0, 0, 0, 0.6); font-size: 0.7em; }
95
 
95
 
96
 .percentage { position: relative; width: 300px; }
96
 .percentage { position: relative; width: 300px; }
97
 .percentage div { background: #444444; }
97
 .percentage div { background: #444444; }