From 7efd395cc17f5543b491172c34f5d4a82852d437 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 29 Apr 2012 23:06:05 +0200 Subject: [PATCH] Add visual feedback to control buttons in design --- design/css/cvm.css | 7 +++++++ design/index.html | 13 +++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/design/css/cvm.css b/design/css/cvm.css index e5bcc67..61d6b5c 100644 --- a/design/css/cvm.css +++ b/design/css/cvm.css @@ -236,6 +236,13 @@ table.vpsinfo td background-color: #CDD0E1; } +.controlbutton.disabled, .constrolbutton.disabled:hover +{ + border: 2px solid #737379; + background-color: #9B9B9B; + cursor: default; +} + .online { color: #078812; diff --git a/design/index.html b/design/index.html index 1c7ebc1..c4e816e 100644 --- a/design/index.html +++ b/design/index.html @@ -4,6 +4,7 @@ CVM + @@ -51,16 +52,16 @@
- - + + Start VPS - - + + Restart VPS - - + + Stop VPS