summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/extra/webcpanel/templates/default/chanserv/access.html2
-rw-r--r--modules/extra/webcpanel/templates/default/style.css6
2 files changed, 1 insertions, 7 deletions
diff --git a/modules/extra/webcpanel/templates/default/chanserv/access.html b/modules/extra/webcpanel/templates/default/chanserv/access.html
index 334101905..e9c42c61b 100644
--- a/modules/extra/webcpanel/templates/default/chanserv/access.html
+++ b/modules/extra/webcpanel/templates/default/chanserv/access.html
@@ -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">
diff --git a/modules/extra/webcpanel/templates/default/style.css b/modules/extra/webcpanel/templates/default/style.css
index a7a8a633d..117cc1ecc 100644
--- a/modules/extra/webcpanel/templates/default/style.css
+++ b/modules/extra/webcpanel/templates/default/style.css
@@ -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;
}