From 5d3660ae9df54356d72d6d4da071da089e6cd773 Mon Sep 17 00:00:00 2001 From: Ghost-script Date: Apr 03 2015 09:11:39 +0000 Subject: Make Create pull_request buttom more visible. fixes http://pagure.dev.fedoraproject.org/pagure/issue/84 --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 21821ca..b9ba69d 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -611,7 +611,7 @@ header.repo.forked > p { display: inline-block; } -#fork_button, #settings_button, #profile_button { +#request_pull,#fork_button, #settings_button, #profile_button { border-radius: 10px; } @@ -625,6 +625,11 @@ header.repo.forked > p { padding-bottom: .61em; } +#request_pull { + background-color: rgb(54, 97, 190); + padding: 6px; +} + #fork_button a { background-image: url(images/fork_button.png); } @@ -637,6 +642,11 @@ header.repo.forked > p { background-image: url(images/profile_button.png); } +#request_pull:hover a{ + background-color: rgb(84, 138, 255); +} + +#request_pull a, #fork_button:hover a, #settings_button:hover a, #profile_button:hover a {