瀏覽代碼

Change advanced toggle on torrent search form

undefined
spaghetti 7 年之前
committed by Tomochin
父節點
當前提交
0361ae32b5
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. +5
    -1
      static/styles/global.css

+ 5
- 1
static/styles/global.css 查看文件

@@ -111,7 +111,7 @@ div.collage_image {
width: 20%;
}

[data-toggle-target], [data-quote-jump] {
[data-toggle-target], [data-quote-jump], .clickable {
cursor: pointer;
}

@@ -935,6 +935,10 @@ input[type="search"] {
max-width: 100%;
}

.filter_torrents #ft_basic > .clickable, .filter_torrents #ft_advanced > .clickable {
font-weight: 100;
}

#publickey {
width: initial;
font-family: monospace;


Loading…
取消
儲存