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:
parent
10173e1d6c
commit
3ead46fba3
1 changed files with 5 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue