diff --git a/plugins b/plugins index b98f3662..1125d087 160000 --- a/plugins +++ b/plugins @@ -1 +1 @@ -Subproject commit b98f3662789cc9e28b68c700dae1cf354ef9a2a9 +Subproject commit 1125d0876374343c1e4885d670f693d98618cf6e diff --git a/resources/assets/src/styles/index.scss b/resources/assets/src/styles/index.scss index 55221464..a3ced8df 100644 --- a/resources/assets/src/styles/index.scss +++ b/resources/assets/src/styles/index.scss @@ -83,7 +83,22 @@ body { color: #f6f6f6; } } + } + .user-menu li { + a.btn { + border: 1px solid #ddd; + color: #5e5e5e; + } + + a:hover { + background-color: transparent; + } + + a.btn:hover { + background-color: #e7e7e7; + border-color: #adadad; + } } .navbar-custom-menu .navbar-nav > li { diff --git a/resources/views/admin/master.tpl b/resources/views/admin/master.tpl index 68eda708..e96356ba 100644 --- a/resources/views/admin/master.tpl +++ b/resources/views/admin/master.tpl @@ -40,31 +40,7 @@
diff --git a/resources/views/index.tpl b/resources/views/index.tpl index 8b7ad75b..928b1231 100644 --- a/resources/views/index.tpl +++ b/resources/views/index.tpl @@ -38,32 +38,7 @@ @include('vendor.language') @if (!is_null($user)) - -