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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user