diff options
author | silverwind <me@silverwind.io> | 2017-08-06 05:13:20 +0200 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-08-06 11:13:20 +0800 |
commit | 54381f438b6dd3dcfd29426c003463b623d46982 (patch) | |
tree | a5657af7b5f0d74f60dee353c36525a8d166ba1a /public/css | |
parent | d05150a3317766863586b3a5b2a6a09feab3dd8c (diff) | |
download | gitea-54381f438b6dd3dcfd29426c003463b623d46982.tar.gz gitea-54381f438b6dd3dcfd29426c003463b623d46982.zip |
File path tweaks in UI (#2264)
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/index.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/css/index.css b/public/css/index.css index d720f6e955..32fefb92e4 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -120,6 +120,13 @@ code.wrap { .ui.right { float: right; } +.ui.button, +.ui.menu .item { + -moz-user-select: auto; + -ms-user-select: auto; + -webkit-user-select: auto; + user-select: auto; +} .ui.container.fluid.padded { padding: 0 10px 0 10px; } |