diff --git a/resources/assets/src/sass/style.scss b/resources/assets/src/sass/style.scss index 83d47919..3ae7ba94 100644 --- a/resources/assets/src/sass/style.scss +++ b/resources/assets/src/sass/style.scss @@ -2,7 +2,7 @@ * @Author: printempw * @Date: 2016-06-04 20:55:09 * @Last Modified by: printempw - * @Last Modified time: 2016-09-25 00:00:26 + * @Last Modified time: 2016-09-26 22:09:14 */ $font_stack: Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif; @@ -190,3 +190,17 @@ input:-webkit-autofill { .box-footer > p { margin: 6px 15px 5px 0; } + +@media (max-width: 767px) { + + .wrapper .main-header .navbar .dropdown-menu li.locale { + a { + color: #777; + } + + a:hover { + background-color: #e1e3e9; + color: #333; + } + } +} diff --git a/resources/views/admin/master.tpl b/resources/views/admin/master.tpl index 438f3804..33bceed3 100644 --- a/resources/views/admin/master.tpl +++ b/resources/views/admin/master.tpl @@ -38,17 +38,8 @@
diff --git a/resources/views/skinlib/master.tpl b/resources/views/skinlib/master.tpl index 70fe28da..6fc6f34d 100644 --- a/resources/views/skinlib/master.tpl +++ b/resources/views/skinlib/master.tpl @@ -59,17 +59,8 @@ @endunless - -