Fixed dropdown menu focus color and border
This commit is contained in:
parent
c38948121a
commit
9b55132e08
2 changed files with 7 additions and 1 deletions
|
@ -7,6 +7,12 @@
|
|||
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
|
||||
color: #999999;
|
||||
}
|
||||
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
|
||||
background-color:#0066CC;
|
||||
}
|
||||
#menubox {
|
||||
border:none;
|
||||
}
|
||||
.pointvalue {
|
||||
float:right;
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
<ul class="nav navbar-nav navbar-right">
|
||||
<li>
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><span class="glyphicon glyphicon-pencil"></span> Problems <span class="caret"></span></a>
|
||||
<ul class="dropdown-menu">
|
||||
<ul class="dropdown-menu" id="menubox">
|
||||
<li>
|
||||
<a href="/problems">
|
||||
<span class="fa fa-pencil"></span> Problems</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue