看板 Browsers 關於我們 聯絡資訊
因為不知道在哪可以問這問題 想說這邊應該也不少人會用userChrome.css的設定 以下是我的userChrome設定 把選單固定在12pt 郵件標題單雙行不同顏色 然後想讓選到的標題字體變大 但發現標題的表格高度似乎更改不了,不知道有沒有辦法改? *{font-size: 12pt !important;} treechildren::-moz-tree-row(odd) { background-color: #E0E0E0 !important;} treechildren::-moz-tree-row(selected) { background-color: #66A7E9 !important;} treechildren::-moz-tree-cell-text(selected) { color: HighlightText !important;} #folderPaneBox treechildren::-moz-tree-row { background-color: transparent !important; } #folderPaneBox treechildren::-moz-tree-cell-text(selected) { background-color: #66A7E9 !important; } #folderTree treechildren:-moz-tree-row{ height: 16pt !important;} 這行使右側選中的郵件標題字體變大 #threadTree treechildren:-moz-tree-cell-text(selected){ font-size: 16pt !important;} #threadTree treechildren:-moz-tree-row{ height: 16pt !important;} 這行想使被選中的標題行距變高(不然光字變大只能看到一半) 但是沒有效果,不知道有沒有用錯語法? #threadTree treechildren:-moz-tree-row(selected){ height: 30pt !important;} -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 61.224.54.75