You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2018/10/04 15:50:16 UTC

[ignite-teamcity-bot] branch master updated: Styles update

This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new 98701df  Styles update
98701df is described below

commit 98701dfca4672bd5f3a60fe8d98425ed0f112396
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Thu Oct 4 18:50:13 2018 +0300

    Styles update
---
 ignite-tc-helper-web/src/main/webapp/css/style-1.5.css | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/ignite-tc-helper-web/src/main/webapp/css/style-1.5.css b/ignite-tc-helper-web/src/main/webapp/css/style-1.5.css
index dec409c..b77aac3 100644
--- a/ignite-tc-helper-web/src/main/webapp/css/style-1.5.css
+++ b/ignite-tc-helper-web/src/main/webapp/css/style-1.5.css
@@ -99,15 +99,22 @@ table.stat tr:nth-child(odd) { background-color: #fafaff; }
 
 input[type=button], input[type=submit], button {
 	background: #12AD5E;
-	border: none;
 	height: 24px;
 	color: #FFF;
 	font-weight: bold;
 	font-family: sans-serif;
 	margin: 5px;
-	border-radius: 3px;
 	box-shadow: 3px 2px 6px -2px rgba(0,0,0,0.64);
-    cursor:pointer;
+    border:  1px solid #FFF;
+    border-radius: 3px;
+    transition: ease-in 0.175s;
+    text-align: center;
+}
+
+input[type=button]:hover, input[type=submit]:hover, button:hover {
+    cursor: pointer;
+    background: #125CAA;
+    transition: ease-in 0.175s;
 }
 
 form, .formgroup {