瀏覽代碼

[mod] css mods

asciimoo 11 年之前
父節點
當前提交
8782a574af
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      searx/static/css/style.css

+ 1
- 1
searx/static/css/style.css 查看文件

@@ -124,6 +124,6 @@ tr:hover td { background: #DDDDDD; }
124 124
   -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.6), 0 0 0 4px #dddddd;
125 125
   box-shadow: inset 0 1px 2px rgba(0,0,0,0.6), 0 0 0 4px #dddddd;
126 126
 }
127
-#search_submit { position: absolute; top: 6px; right: 3px; border: 0; padding: 6px; background: url('/static/img/search-icon.png'); background-size: 30px 30px;  width: 30px; height: 30px; }
127
+#search_submit { position: absolute; top: 6px; right: 3px; border: 0; padding: 6px; background: url('/static/img/search-icon.png') no-repeat; background-size: 30px 30px;  width: 33px; height: 30px; }
128 128
 
129 129
 #results { margin-left: 10px; margin-top: 10px; }