瀏覽代碼

Printer-friendly version: hide the "eye" icon inside "legends" when printing.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3767 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 9 年之前
父節點
當前提交
3f82f30683
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      css/print.css

+ 4 - 0
css/print.css

@@ -25,4 +25,8 @@ body { margin:none; }
 .printable-tab {
 	-webkit-region-break-inside: avoid;
 	page-break-inside: avoid;
+}
+.printable-version legend {
+	padding-left: 8px;
+	background-image: none;
 }