summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-02-27 18:20:40 -0500
committerAlessandro Cosentino <cosenal@gmail.com>2012-02-27 18:20:40 -0500
commit630cee0ef29697c8cfef4c5816f599534706b350 (patch)
tree877d6e4d06e9f7d9f9e583cc89496d65618dd6b3 /core/css
parent5943af17e7deaa88b9c529b337557ef6aa0f4031 (diff)
downloadnextcloud-server-630cee0ef29697c8cfef4c5816f599534706b350.tar.gz
nextcloud-server-630cee0ef29697c8cfef4c5816f599534706b350.zip
bookmarklets should not look like buttons
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index b14c8fb9caf..62f5299ef78 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -128,4 +128,6 @@ div.jp-play-bar, div.jp-seek-bar { padding:0; }
li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; background:#ffe .8em .8em no-repeat; color: #FF3B3B; border:1px solid #ccc; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { overflow: hidden; text-overflow: ellipsis; }
.hint { background-image: url('/core/img/actions/info.png'); background-repeat:no-repeat; color: #777777; padding-left: 25px; background-position: 0 0.3em;}
-.separator { display: inline; border-left: 1px solid #d3d3d3; border-right: 1px solid #fff; height: 10px; width:0px; margin: 4px; } \ No newline at end of file
+.separator { display: inline; border-left: 1px solid #d3d3d3; border-right: 1px solid #fff; height: 10px; width:0px; margin: 4px; }
+
+a.bookmarklet { background-color: #ddd; border:1px solid #ccc; padding: 5px;padding-top: 0px;padding-bottom: 2px; text-decoration: none; margin-top: 5px }