mirror of
https://github.com/anope/anope.git
synced 2026-06-30 17:26:39 +02:00
Fix a typo and remove unnecessary 'effects'
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
<div class="form-group">
|
||||
<label class="control-label col-lg-2" for="access">Access:</label>
|
||||
<div class="col-lg-6">
|
||||
<input class="form-control" type="text" name="access" id="access" placeholder="Expire time">
|
||||
<input class="form-control" type="text" name="access" id="access" placeholder="Access level">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
@@ -118,16 +118,10 @@ h4 {
|
||||
|
||||
.navbar-default .navbar-nav > li > a {
|
||||
color: #777777;
|
||||
-webkit-transition: background-color .5s ease-out;
|
||||
-moz-transition: background-color .5s ease-out;
|
||||
-o-transition: background-color .5s ease-out;
|
||||
transition: background-color .5s ease-out;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
|
||||
color: #333333;
|
||||
background-color: #4796DA;
|
||||
background-color: rgba(66, 139, 202, 0.05);
|
||||
border-bottom: 3px solid #0082D9;
|
||||
margin-bottom: -3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user