1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45:36 +03:00

Change grid color to grey. Make grid outer border same width as inner

borders.
This commit is contained in:
Dominic Clifton 2015-01-23 10:29:29 +01:00
parent 10173e1d6c
commit 3ead46fba3

View file

@ -302,15 +302,18 @@
.gridSections {
position: absolute;
width: 613px;
z-index: -1;
width: 608px;
border: 1px solid rgb(236, 236, 236);
margin-top: -1px;
margin-left: -1px;
}
.gridSections .block {
width: 150px;
height: 150px;
float: left;
border: solid 1px rgba(255, 203, 24, 1);
border: solid 1px rgb(236, 236, 236);
}