Grammalecte  Diff

Differences From Artifact [2a886a1bfe]:

To Artifact [a156ff1ddc]:


1
2
3
4
5
6

7
8
9
10
11
12
13
/*
    CSS
    Content panels for Grammalecte
*/

.grammalecte_panel {

    padding: 0;
    margin: 0;
    position: fixed;
    box-sizing: content-box;
    z-index: 2147483641; /* maximum is 2147483647: https://stackoverflow.com/questions/491052/minimum-and-maximum-value-of-z-index */
    border: 2px solid hsl(210, 10%, 50%);
    border-radius: 10px 10px 10px 10px;






>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
    CSS
    Content panels for Grammalecte
*/

.grammalecte_panel {
    all: initial;
    padding: 0;
    margin: 0;
    position: fixed;
    box-sizing: content-box;
    z-index: 2147483641; /* maximum is 2147483647: https://stackoverflow.com/questions/491052/minimum-and-maximum-value-of-z-index */
    border: 2px solid hsl(210, 10%, 50%);
    border-radius: 10px 10px 10px 10px;