Browse Source

Hide frame with css

Axel Nordh 4 năm trước cách đây
mục cha
commit
6010c19c7b
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      OddsJavaFx/src/web/style.css

+ 8 - 0
OddsJavaFx/src/web/style.css

@@ -1,3 +1,11 @@
 table, th, td {
 table, th, td {
 	border: 1px solid black;
 	border: 1px solid black;
+}
+
+.hide {
+	position: absolute;
+	top: -1px;
+	left: -1px;
+	width: 1px;
+	height: 1px;
 }
 }