0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 21:02:43 +00:00

Changed from Radios to Buttons

This commit is contained in:
G.Ambatte
2021-07-27 23:14:05 +12:00
parent b80a249cf7
commit 1031e8a55a
2 changed files with 65 additions and 60 deletions

View File

@@ -47,14 +47,27 @@
font-weight : bold;
color : #58180D;
}
button{
background-color : #58180D;
border : 5px double white;
width : 75px;
}
table{
margin-top : 1px;
margin-bottom : 0;
margin : 0px;
vertical-align : middle;
tbody tr{
background-color: transparent !important;
button{
background-color : transparent;
color : #58180D;
font-family : 'Open Sans', sans-serif;
font-size : 11px;
text-transform : uppercase;
font-weight : normal;
&.active{
font-weight : bold;
border : 2px solid #58180D;
}
&.sortDir{
width : 75px;
}
}
}
}
}
}