Skip to content

Commit

Permalink
Fixed issue nextcloud#1932 , added black border around input field
Browse files Browse the repository at this point in the history
  • Loading branch information
Saiteja-Reddy committed Nov 8, 2016
1 parent 8d7df51 commit 32625af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/systemtags/templates/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<form id="systemtags" class="section" data-systemtag-id="">
<h2><?php p($l->t('Collaborative tags')); ?></h2>

<input type="hidden" name="systemtag" id="systemtag" placeholder="<?php p($l->t('Select tag…')); ?>" style="width: 400px;" />
<input type="hidden" name="systemtag" id="systemtag" placeholder="<?php p($l->t('Select tag…')); ?>" style="width: 400px;border:2px solid #000000;" />

<br><br>

Expand Down

0 comments on commit 32625af

Please sign in to comment.