From 76946d724eed24279c539cf729b32c515afa2d21 Mon Sep 17 00:00:00 2001 From: Adriaan Wormgoor Date: Fri, 30 Aug 2013 09:51:05 +0200 Subject: [PATCH] minor css changes --- css/d3d_btns.css | 7 ++++++- css/fixedPosInterface.css | 6 +++--- css/settingsPopup.css | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/css/d3d_btns.css b/css/d3d_btns.css index f8bc72c..a750422 100644 --- a/css/d3d_btns.css +++ b/css/d3d_btns.css @@ -23,6 +23,7 @@ img { /* http://stackoverflow.com/questions/5348092/prevent-default-press-but-not-default-drag-in-ios-mobilesafari */ .btn { background-repeat: no-repeat; + cursor: pointer } /* @@ -94,10 +95,14 @@ img { */ -#drawAreaContainer > .buttons { +#drawAreaContainer > .manipulationBtns { margin: 5px; } +.manipulationBtn { + cursor: pointer; +} + #btnsUpDown { position: absolute; right: 200px; diff --git a/css/fixedPosInterface.css b/css/fixedPosInterface.css index badfeba..75dcdd6 100644 --- a/css/fixedPosInterface.css +++ b/css/fixedPosInterface.css @@ -94,7 +94,7 @@ body { } #svg { - cursor: hand; + cursor: pointer; } #drawAreaContainer { @@ -103,8 +103,8 @@ body { left: 193px; width: 650px; height: 450px; - background-color: white; - border: 4px solid black; + background-color: #fff; + border: 4px solid #000; border-radius: 15px; } diff --git a/css/settingsPopup.css b/css/settingsPopup.css index 58156d9..81ffd1a 100644 --- a/css/settingsPopup.css +++ b/css/settingsPopup.css @@ -54,7 +54,7 @@ div.content > div.settings { overflow-x: hidden; padding: 10px 10px 10px 10px; } -div.content > div.buttons { +div.content > div.manipulationBtns { display: table-cell; vertical-align: bottom; width: 125px;