cosmetic
This commit is contained in:
1
Yavsc/wwwroot/css/main/bootstrap.css
vendored
1
Yavsc/wwwroot/css/main/bootstrap.css
vendored
@ -5571,6 +5571,7 @@ fieldset[disabled] .navbar-default .btn-link:focus {
|
||||
|
||||
.navbar-inverse .navbar-nav>li>a {
|
||||
color: #9d9d9d;
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-nav>li>a:hover,
|
||||
|
@ -1,5 +1,6 @@
|
||||
.navbar-link,
|
||||
.navbar-brand {
|
||||
.navbar-brand,
|
||||
.navbar-nav .dropdown>a {
|
||||
background-color: rgba(0, 0, 0, .2);
|
||||
border-radius: 2em;
|
||||
vertical-align: center;
|
||||
|
@ -8,4 +8,5 @@ var notifClick =
|
||||
};
|
||||
var setUiCult = function(lngspec) {
|
||||
document.cookie = 'ASPNET_CULTURE=c=' + lngspec + '|uic=' + lngspec;
|
||||
location.reload();
|
||||
};
|
2
Yavsc/wwwroot/js/site.min.js
vendored
2
Yavsc/wwwroot/js/site.min.js
vendored
@ -1 +1 @@
|
||||
var notifClick=function(i){i>0&&$.get("/api/dimiss/click/"+i).done(function(){}).fail(function(){}).always(function(){})};
|
||||
var notifClick=function(i){i>0&&$.get("/api/dimiss/click/"+i).done(function(){}).fail(function(){}).always(function(){})},setUiCult=function(i){document.cookie="ASPNET_CULTURE=c="+i+"|uic="+i};
|
Reference in New Issue
Block a user