From b606420e9b9bec414828fda6ced0ee36f0661b28 Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Tue, 12 Feb 2013 18:25:17 +0530 Subject: [PATCH] Bookmarks #leftcontent style fix Makes the Settings button analogous to the contacts app settings button, uniformity between apps. --- css/bookmarks.css | 5 +++++ templates/list.php | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/css/bookmarks.css b/css/bookmarks.css index 2e993efa..7818894e 100644 --- a/css/bookmarks.css +++ b/css/bookmarks.css @@ -27,6 +27,11 @@ input.disabled, input.disabled:hover, input.disabled:focus { background-color: #ddd; color: gray; } +#settingsbtn { background: transparent; color:#666; + border-bottom: 1px solid #ddd; border-top: 1px solid #fff; } +#settingsbtn:hover { background:#dbdbdb !important; color:#999; + border-bottom: 1px solid #CCCCCC; border-top: 1px solid #D4D4D4; } +#settingsbtn img { width: 18px; height: 18px; margin: 10px; } #rightcontent { padding-top: 5px; diff --git a/templates/list.php b/templates/list.php index 54c06f22..2c92f025 100644 --- a/templates/list.php +++ b/templates/list.php @@ -35,11 +35,10 @@ function bookmarklet(){