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:
parent
b83796e251
commit
099f23af43
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user