Skip to content

Commit 851d70a

Browse files
authored
Merge pull request #16 from yehiarasheed/reorganize-sms-minutes-internetConsumption
[fix] Reorganize result labels and enable Dark Mode for the Calendar assigned for TextBoxes of type `Date`.
2 parents 40941a3 + 4d1ce45 commit 851d70a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

WebApplication2/Customer/Pages/CustomerComponent.aspx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
text-align: center;
176176
display: inline-block;
177177
margin-bottom: 20px;
178+
margin-right: 15px;
178179
font-weight:500;
179180
}
180181
.dark-mode .number-box {
@@ -274,6 +275,10 @@
274275
box-shadow: 0 0 5px rgba(0, 120, 212, 0.5);
275276
}
276277
278+
.dark-mode .styled-textbox {
279+
color-scheme: dark;
280+
}
281+
277282
body.dark-mode .styled-textbox {
278283
background-color: #2b2b40;
279284
color: #f0f0f0;
@@ -483,6 +488,7 @@
483488
<br />
484489
<h3>Enter End Date: </h3>
485490
<asp:TextBox ID="endDate" runat="server" TextMode="Date" placeholder="End Date" CssClass="styled-textbox"></asp:TextBox>
491+
<br />
486492
<asp:Label ID="lblSMS" runat="server"></asp:Label>
487493
<asp:Label ID="lblMins" runat="server"></asp:Label>
488494
<asp:Label ID="lblInt" runat="server"></asp:Label>

0 commit comments

Comments
 (0)