1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00

Contacts: Tweak the "Add group" button.

This commit is contained in:
Thomas Tanghus 2012-11-14 15:21:58 +01:00
parent b83796e251
commit 099f23af43
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ option:last-child { border-bottom: 1px solid silver; }
#leftcontent h3 img.shared:hover { opacity: 1; }
#groupactions { box-sizing: border-box; height: 4em; border-bottom: 1px solid #DDDDDD; }
#addactions > button, .addcontact {
#groupactions > button, .addcontact {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;

View File

@ -17,7 +17,7 @@
<div id="leftcontent" class="loading">
<div class="hidden" id="statusbar"></div>
<div id="groupactions">
<button class="addcontact"><?php echo $l->t('New Group'); ?></button>
<button class="addgroup"><?php echo $l->t('New Group'); ?></button>
</div>
<nav id="grouplist">
</nav>