Skip to content

Commit ae8551c

Browse files
authored
Update YellowLight.css
- sämtliche Probleme wurden behoben
1 parent de86e22 commit ae8551c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

css/themes/YellowLight.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,17 @@
9090
border-bottom: 1px solid #c4f90b;
9191
}
9292

93+
.modal-content {
94+
position: relative;
95+
background-color: #fff;
96+
-webkit-background-clip: padding-box;
97+
background-clip: padding-box;
98+
border: 1px solid rgba(0,0,0,.2);
99+
border-radius: .3rem;
100+
outline: 0;
101+
background-color: black;
102+
}
103+
93104

94105
/* Importierte Zeilen Ende */
95106
/*

0 commit comments

Comments
 (0)