From 256c0cfa0db9f8a9ac232e4b3f8b0e181544b3ed Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Mon, 22 Jul 2013 08:54:59 +0000 Subject: [PATCH] CSS: set body {cursor: default} --- source/Ox.UI/css/Ox.UI.css | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 9f0e2b68..0743fa93 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -18,6 +18,7 @@ blockquote { } body { margin: 0; + cursor: default; overflow: hidden; -moz-user-select: none; -o-user-select: none; @@ -899,7 +900,6 @@ div.OxInput.OxSquare { div.OxInput > .OxInputLabel { float: left; padding: 0 6px 0 6px; - cursor: default; } input.OxInput { border-width: 1px; @@ -974,7 +974,6 @@ OxLabel border-radius: 8px; padding: 0 6px 0 6px; text-overflow: ellipsis; - cursor: default; overflow: hidden; white-space: nowrap; } @@ -1117,7 +1116,6 @@ OxSelect border-width: 1px; text-align: left; text-overflow: ellipsis; - cursor: default; overflow: hidden; white-space: nowrap; } @@ -1503,7 +1501,6 @@ Lists } .OxTableList .OxItem { height: 16px; - cursor: default; } .OxTableList .OxItem .OxCell { float: left; @@ -1685,7 +1682,6 @@ Menus } .OxMainMenu > .OxTitle { float: left; - cursor: default; } .OxMainMenu.OxLarge > .OxTitle { height: 21px; @@ -1754,9 +1750,6 @@ Menus border-collapse: collapse; border-spacing: 0; } -.OxMenu .OxItem { - cursor: default; -} .OxMenu.OxLarge .OxItem { height: 20px; } @@ -1853,7 +1846,6 @@ Menus } .OxMenu .OxScrollbar { text-align: center; - cursor: default; display: none; } .OxMenu.OxLarge .OxScrollbar { @@ -2250,7 +2242,6 @@ Video text-overflow: ellipsis; text-shadow: rgba(0, 0, 0, 1) 1px 1px 1px; color: rgb(255, 255, 255); - cursor: default; overflow: hidden; z-index: 7; -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); @@ -2505,7 +2496,6 @@ Video padding-top: 2px; font-size: 9px; text-align: right; - cursor: default; } .OxVideoPlayer .OxSettings > .OxItem > img { width: 9px;