diff --git a/WEB/View/src/CSS/Admin2.css b/WEB/View/src/CSS/Admin2.css index e2a3186b..45b14011 100644 --- a/WEB/View/src/CSS/Admin2.css +++ b/WEB/View/src/CSS/Admin2.css @@ -16,27 +16,38 @@ body { background-color: #111219; } -a{ - color: white; - text-emphasis: none !important; + +li { + display: inline; + width: 225px; } -.overview { +.current { background: rgb(146, 254, 157); - background: -moz-linear-gradient( - 50deg, - rgba(146, 254, 157, 1) 0%, - rgba(0, 201, 255, 1) 100% - ); - background: -webkit-linear-gradient( - 50deg, - rgba(146, 254, 157, 1) 0%, - rgba(0, 201, 255, 1) 100% - ); - background: linear-gradient( - 50deg, - rgba(146, 254, 157, 1) 0%, - rgba(0, 201, 255, 1) 100% - ); - box-shadow: 0px 0px 30px 1px #92FE9D; + background: -moz-linear-gradient( 50deg, rgba(146, 254, 157, 1) 0%, rgba(0, 201, 255, 1) 100% ); + background: -webkit-linear-gradient( 50deg, rgba(146, 254, 157, 1) 0%, rgba(0, 201, 255, 1) 100% ); + background: linear-gradient( 50deg, rgba(146, 254, 157, 1) 0%, rgba(0, 201, 255, 1) 100% ); + box-shadow: 0px 0px 50px -5px rgba(0, 201, 255, 0.3); + border-radius: 4px; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + -ms-border-radius: 4px; + -o-border-radius: 4px; +} + +.currentText { + color: black; +} +.currentText:hover { + color: black; +} + +.nav-button { + color: #898989; +} + +.nav-button:hover { + color: white; } + + diff --git a/WEB/View/src/pages/Admin/Admin.html b/WEB/View/src/pages/Admin/Admin.html index d8a4ce5e..fc3633a5 100644 --- a/WEB/View/src/pages/Admin/Admin.html +++ b/WEB/View/src/pages/Admin/Admin.html @@ -23,60 +23,111 @@
-