diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-07-11 21:28:57 -0500 |
---|---|---|
committer | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2017-07-12 04:28:57 +0200 |
commit | 2b05b104ef21309c0e82e5c6c12517b22a7cd8b2 (patch) | |
tree | 810de427676889b4aff378c18cd0986b38d1e338 /public/css/index.css | |
parent | 89845f67283f5c767daa86aa0dd970d92cbdf717 (diff) | |
download | gitea-2b05b104ef21309c0e82e5c6c12517b22a7cd8b2.tar.gz gitea-2b05b104ef21309c0e82e5c6c12517b22a7cd8b2.zip |
Add verify changed less-file step to Makefile (#1861)
Diffstat (limited to 'public/css/index.css')
-rw-r--r-- | public/css/index.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/public/css/index.css b/public/css/index.css index a12f33e18e..9d82324ef1 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -430,28 +430,28 @@ footer .ui.language .menu { } @media only screen and (max-width: 1200px) { .ui.menu.new-menu { - overflow-x: auto !important; - justify-content: left !important; - padding-bottom: 5px; + overflow-x: auto !important; + justify-content: left !important; + padding-bottom: 5px; } .ui.menu.new-menu::-webkit-scrollbar { - height: 8px; - display: none; + height: 8px; + display: none; } .ui.menu.new-menu:hover::-webkit-scrollbar { display: block; } .ui.menu.new-menu::-webkit-scrollbar-track { - background: rgba(0,0,0,0.01); + background: rgba(0, 0, 0, 0.01); } .ui.menu.new-menu::-webkit-scrollbar-thumb { - background:rgba(0,0,0,0.2); + background: rgba(0, 0, 0, 0.2); } .ui.menu.new-menu:after { position: absolute; margin-top: -15px; display: block; - background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 100%); + background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 100%); content: ' '; right: 0; height: 53px; |