Fix input-group-addon CSS issue
This commit is contained in:
parent
03e7f62684
commit
dd99ebdb0e
@ -374,7 +374,7 @@ echo '</script>';
|
||||
<div class="input-group">
|
||||
<input type="text" id="link" class="form-control white-readonly"
|
||||
title="<?php echo $hesklang['genl']; ?>" readonly>
|
||||
<div class="input-group-addon button" data-toggle="tooltip" title="Copy to clipboard"
|
||||
<div class="generate-link-button input-group-addon button" data-toggle="tooltip" title="Copy to clipboard"
|
||||
style="padding:0; border: none">
|
||||
<button class="btn btn-primary">
|
||||
<i class="fa fa-files-o"></i>
|
||||
|
@ -331,12 +331,12 @@ div.ticket-info {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.input-group-addon {
|
||||
.generate-link-button {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.input-group-addon.button > button {
|
||||
.generate-link-button.button > button {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user