Skip to content

Commit

Permalink
#1653 improve ui.code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Sep 19, 2023
1 parent a7f4ad4 commit 0cef3ab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions nicegui/static/nicegui.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,19 @@ h6.q-timeline__title {
}
.nicegui-code {
position: relative;
background-color: rgba(127, 127, 127, 0.1);
box-shadow: 0 0 0.5em rgba(127, 127, 127, 0.05);
background-color: rgba(127, 159, 191, 0.1);
border: 1pt solid rgba(127, 159, 191, 0.15);
box-shadow: 0 0 0.5em rgba(127, 159, 191, 0.05);
border-radius: 0.25rem;
}

#popup {
position: fixed;
bottom: 0;
left: 0;
border: 1pt solid rgba(127, 127, 127, 0.25);
border: 1pt solid rgba(127, 159, 191, 0.25);
border-radius: 0.25em;
box-shadow: 0 0 0.5em rgba(127, 127, 127, 0.05);
box-shadow: 0 0 0.5em rgba(127, 159, 191, 0.05);
margin: 2em;
padding: 1.5em 4em;
display: flex;
Expand Down

0 comments on commit 0cef3ab

Please sign in to comment.