We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de86e22 + 9baf41b commit c178762Copy full SHA for c178762
1 file changed
css/themes/YellowLight.css
@@ -2,7 +2,7 @@
2
#Homepageinformations! Please do not remove these lines
3
#name: YellowLight
4
#autor: D.Gohlke
5
- #img: theme-YellowLight.jpg
+ #img: theme-yellowlight.png
6
#txtcolor: #ddd
7
#dashboardbgcolor: #758833
8
@@ -90,6 +90,17 @@
90
border-bottom: 1px solid #c4f90b;
91
}
92
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
+
104
105
/* Importierte Zeilen Ende */
106
/*
0 commit comments