añadido hover a branchButton
This commit is contained in:
parent
4d5e1870b8
commit
1182cc3a8b
|
@ -147,6 +147,9 @@ button:hover {
|
||||||
color: white;
|
color: white;
|
||||||
box-shadow: 0px 0px 5px 0px #000000;
|
box-shadow: 0px 0px 5px 0px #000000;
|
||||||
}
|
}
|
||||||
|
#branchButton:hover {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
#branchButton.master {
|
#branchButton.master {
|
||||||
background-color: #c20000;
|
background-color: #c20000;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue