mirror of
https://github.com/dyiop/astute.git
synced 2025-04-09 06:40:20 -04:00
15 lines
220 B
CSS
15 lines
220 B
CSS
.cell {
|
|
height: 100%;
|
|
width: 100%;
|
|
background-color: white;
|
|
border-radius: 0px;
|
|
border-width: 0px;
|
|
/*margin: 0px;*/
|
|
/*padding: 0;*/
|
|
/*overflow-x: auto;*/
|
|
}
|
|
|
|
.cell:focus {
|
|
outline: none;
|
|
}
|