@@ -27,9 +27,8 @@ h1,label {
27
27
28
28
/* login button */
29
29
30
- .navbar # userButton {
31
- background-color : # 006dcc ;
32
- background-image : linear-gradient (to bottom, # 0088cc, # 0044cc );
30
+ .navbar # userButton ,
31
+ .navbar # loginButton {
33
32
background-repeat : repeat-x;
34
33
border-color : rgba (0 , 0 , 0 , 0.1 ) rgba (0 , 0 , 0 , 0.1 ) rgba (0 , 0 , 0 , 0.25 );
35
34
color : # ffffff ;
@@ -38,22 +37,46 @@ h1,label {
38
37
font-size : 0.9em ;
39
38
}
40
39
41
- .navbar # userButton : focus , .navbar # userButton : hover {
42
- background-color : # 0044cc ;
40
+ .navbar # userButton {
41
+ background-color : # 006dcc ;
42
+ background-image : linear-gradient (to bottom, # 0088cc, # 0044cc );
43
+ }
44
+ .navbar # loginButton {
45
+ background-color : # 5bb75b ;
46
+ background-image : linear-gradient (to bottom, # 62c462, # 51a351 );
47
+ }
48
+
49
+ .navbar # userButton : focus , .navbar # userButton : hover ,
50
+ .navbar # loginButton : focus , .navbar # loginButton : hover {
43
51
color : # ffffff ;
44
52
background-position : 0 -15px ;
45
53
text-decoration : none;
46
54
transition : background-position 0.1s linear 0s ;
47
55
}
48
56
49
- .navbar # userButton : active {
57
+ .navbar # userButton : focus , . navbar # userButton : hover {
50
58
background-color : # 0044cc ;
59
+ }
60
+ .navbar # loginButton : focus , .navbar # loginButton : hover {
61
+ background-color : # 51a351 ;
62
+ }
63
+
64
+ .navbar # userButton : active ,
65
+ .navbar # loginButton : active {
51
66
color : # ffffff ;
52
67
background-image : none;
53
68
box-shadow : 0 2px 4px rgba (0 , 0 , 0 , 0.15 ) inset, 0 1px 2px rgba (0 , 0 , 0 , 0.05 );
54
69
outline : 0 none;
55
70
}
56
71
72
+ .navbar # userButton : active {
73
+ background-color : # 0044cc ;
74
+ }
75
+
76
+ .navbar # loginButton : active {
77
+ background-color : # 51a351 ;
78
+ }
79
+
57
80
.navbar # userButton .caret {
58
81
border-bottom-color : # ffffff ;
59
82
border-top-color : # ffffff ;
0 commit comments