From e5d6f4ce56fbd32cc9a178cffd40a72efee59e74 Mon Sep 17 00:00:00 2001 From: Stefan-Code Date: Wed, 11 Feb 2015 07:28:51 +0100 Subject: Changes to repo-header-download-drop, different repo-clone-url input behaviour --- public/ng/css/gogs.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/ng/css') diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 71208f4b..9f6cf12f 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1066,6 +1066,9 @@ The register and sign-in page style #repo-header-download-drop .btn > i { margin-right: 6px; } +#repo-header-download-drop input { + cursor: default; +} #repo-header-download-drop button, #repo-header-download-drop input { font-size: 11px; -- cgit v1.2.3