Skip to content

Commit c178762

Browse files
authored
Merge pull request #95 from Provokan/patch-2
Update YellowLight.css thanks to Provokan
2 parents de86e22 + 9baf41b commit c178762

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

css/themes/YellowLight.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#Homepageinformations! Please do not remove these lines
33
#name: YellowLight
44
#autor: D.Gohlke
5-
#img: theme-YellowLight.jpg
5+
#img: theme-yellowlight.png
66
#txtcolor: #ddd
77
#dashboardbgcolor: #758833
88
@@ -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)