From 5afa0f4a007d8fb4168feaf60ada78ddee79acea Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sun, 27 Oct 2013 12:58:57 +0200 Subject: [PATCH] new color for genpass links and new active color for buttons --- web/css/jquery-custom-dialogs.css | 2 +- web/css/main.css | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/web/css/jquery-custom-dialogs.css b/web/css/jquery-custom-dialogs.css index ddf8e3ee..f1a4fa75 100644 --- a/web/css/jquery-custom-dialogs.css +++ b/web/css/jquery-custom-dialogs.css @@ -378,7 +378,7 @@ .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .10pt; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ .ui-button { filter:chroma(color=#000000); cursor: pointer; color: #555; background-color: #ececec; border: 1px solid #e0e0e0; border-radius: 3px 3px 3px 3px; font-weight: bold; font-size: 14px; padding: 2px 16px; width: 108px; height: 34px; } .ui-button:hover { border: 1px solid #f79b44; background-color: #f79b44; color: #fff;} -.ui-button:active { background-color: #999; color: #fff; border: 1px solid #999; } +.ui-button:active { background-color: #ccc; color: #fff; border: 1px solid #ccc; } .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ .ui-button-icons-only { width: 3.4em; } diff --git a/web/css/main.css b/web/css/main.css index 7e5ed90f..11c0916b 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -246,7 +246,6 @@ form { } .submenu-button-main:hover { - color: #fff; border: 1px solid #999; background-color: #999; } @@ -256,9 +255,8 @@ form { } .submenu-button-main:active { - color: #555; - background-color: #ececec; - border: 1px solid #e0e0e0; + border: 1px solid #ccc; + background-color: #ccc; } .submenu-button:active { @@ -751,19 +749,17 @@ form { } .button:hover { - color: #fff; border: 1px solid #999; background-color: #999; } .button:active { - color: #555; - background-color: #ececec; - border: 1px solid #e0e0e0; + border: 1px solid #ccc; + background-color: #ccc; } .genpass { - color: #34536a; + color: #2361a1; font-size: 8pt; padding: 0 5px; letter-spacing: 0.1em;