|
@@ -786,6 +786,20 @@ ul>li.item-link>a {
|
|
|
#home-headerBtns a{
|
|
#home-headerBtns a{
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
}
|
|
}
|
|
|
|
|
+#home-headerBtns a:first-child span{
|
|
|
|
|
+ font-size: 13px;
|
|
|
|
|
+ color: #52a9fa;
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
|
+}
|
|
|
|
|
+#home-headerBtns a i.fa-user{
|
|
|
|
|
+ color: #52a9fa;
|
|
|
|
|
+ }
|
|
|
|
|
+#home-headerBtns a:first-child:hover span{
|
|
|
|
|
+ color: #d32526
|
|
|
|
|
+}
|
|
|
|
|
+#home-headerBtns a:hover i.fa-user{
|
|
|
|
|
+ color: #d32526;
|
|
|
|
|
+}
|
|
|
#home-headerBtns a.user-btn i{
|
|
#home-headerBtns a.user-btn i{
|
|
|
padding-left: 5px;
|
|
padding-left: 5px;
|
|
|
}
|
|
}
|
|
@@ -793,7 +807,7 @@ ul>li.item-link>a {
|
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
|
color: #000;
|
|
color: #000;
|
|
|
}
|
|
}
|
|
|
-#home-headerBtns a:hover,#home-headerBtns a.active{
|
|
|
|
|
|
|
+#home-headerBtns a:visited ,#home-headerBtns a:hover,#home-headerBtns a.active,#home-headerBtns a:focus{
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
}
|
|
}
|
|
|
|
|
|