mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-12-02 06:24:11 +01:00
Bookmarks #leftcontent style fix
Makes the Settings button analogous to the contacts app settings button, uniformity between apps.
This commit is contained in:
parent
203b00f5cc
commit
b606420e9b
@ -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;
|
||||
|
@ -35,11 +35,10 @@ function bookmarklet(){
|
||||
|
||||
<div id="bookmark_settings" class="">
|
||||
<ul class="controls">
|
||||
<li style="float: right">
|
||||
<button id="settingsbtn" title="<?php echo $l->t('Settings'); ?>">
|
||||
<li id="settingsbtn" title="<?php echo $l->t('Settings'); ?>">
|
||||
<img class="svg" src="<?php echo OCP\Util::imagePath('core', 'actions/settings.png'); ?>"
|
||||
alt="<?php echo $l->t('Settings'); ?>" /></button>
|
||||
</li>
|
||||
alt="<?php echo $l->t('Settings'); ?>" />
|
||||
</li>
|
||||
</ul>
|
||||
<div id="bm_setting_panel">
|
||||
<?php require 'settings.php';?>
|
||||
|
Loading…
Reference in New Issue
Block a user