Remove border radius from navigation buttons
This commit is contained in:
parent
bc97e2d025
commit
01706e42a6
@ -40,6 +40,11 @@ body {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#service-selector li button,
|
||||||
|
#navigation > button {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#service-selector li.active button {
|
#service-selector li.active button {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: #fff2;
|
background-color: #fff2;
|
||||||
|
Loading…
Reference in New Issue
Block a user