DashboardFE

This commit is contained in:
daisuke
2021-03-27 12:01:13 -06:00
parent d62e41ef47
commit ed37590c5f
8 changed files with 55 additions and 8 deletions

View File

@ -259,8 +259,7 @@ input[type="submit"]:hover {
background-color: rgba(0,0,0,0.4);
border: 2px solid #edf3fe;
border-right: 6px solid #edf3fe;
box-shadow: 0 0 4px rgba(237,243,254,1);
box-shadow: 0 0 5px rgba(237,243,254,1) inset;
box-shadow: 0 0 10px rgba(237,243,254,1) inset;
}
/*
.postform,.searchmobile {

View File

@ -7,7 +7,7 @@ body {
}
.content {
width:90% !important;
width:85% !important;
}
.postMenu {