Grammalecte  Diff

Differences From Artifact [ad181a0e22]:

To Artifact [cb5973a6dd]:


74
75
76
77
78
79
80

81
82
83
84
85
86
87
    cursor: pointer;
}
.grammalecte_close_button:hover {
    background-color: hsl(0, 100%, 60%);
}

.grammalecte_panel_content {

    height: calc(100% - 55px); /* panel height - title_bar */
    overflow: auto;
}


/*
    CSS Spinner







>







74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
    cursor: pointer;
}
.grammalecte_close_button:hover {
    background-color: hsl(0, 100%, 60%);
}

.grammalecte_panel_content {
    position: absolute;
    height: calc(100% - 55px); /* panel height - title_bar */
    overflow: auto;
}


/*
    CSS Spinner