Commit 5616b97a by Nilu Committed by Harsh Shah

hover on buttons

parent 52855dfe
...@@ -2268,8 +2268,10 @@ a.forgot-pass { ...@@ -2268,8 +2268,10 @@ a.forgot-pass {
display: inline-block; display: inline-block;
padding: 0 44px; padding: 0 44px;
margin-top: 29px; margin-top: 29px;
background-color: #667281;
} }
.d-create-job-btn:hover,.d-create-job-btn:focus{ .d-create-job-btn:hover,.d-create-job-btn:focus{
background-color: #434c58;
color: #ffffff; color: #ffffff;
} }
.arrow-btn { .arrow-btn {
...@@ -2579,7 +2581,11 @@ span.ex-management { ...@@ -2579,7 +2581,11 @@ span.ex-management {
height: 45px; height: 45px;
display: inline-block; display: inline-block;
margin-left: 29px; margin-left: 29px;
font-family: "Usual-Medium" font-family: "Usual-Medium";
background-color: #667281;
}
.edit-btn-dropdown a:hover,.edit-btn-dropdown a:focus{
background-color: #434c58;
} }
.edit-btn-dropdown img { .edit-btn-dropdown img {
margin-left: 12px; margin-left: 12px;
...@@ -3267,6 +3273,10 @@ input.add-note-btn:hover{ ...@@ -3267,6 +3273,10 @@ input.add-note-btn:hover{
cursor: pointer; cursor: pointer;
margin-bottom: 42px; margin-bottom: 42px;
margin-top: 32px; margin-top: 32px;
background-color: #667281;
}
.expand-btn:hover,.expand-btn:focus{
background-color: #434c58;
} }
.expand-btn > img { .expand-btn > img {
margin-left: 15px; margin-left: 15px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment