Skip to content

Commit 1a93dbe

Browse files
committed
version 1.2.0 fix some bugs and change some styles
1 parent eb5453f commit 1a93dbe

File tree

27 files changed

+143
-5473
lines changed

27 files changed

+143
-5473
lines changed

out/artifacts/SoftwareDeveloping_PJ_war_exploded/css/theme.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,28 @@ h3{
219219
margin-inline-start: 0px;
220220
margin-inline-end: 0px;
221221
}
222+
223+
.detail:hover, .detail:focus{
224+
background-color: rgb(104,88,91) !important;
225+
}
226+
227+
h1{
228+
color: rgb(104,88,91);
229+
}
230+
231+
.bgcolor3 button{
232+
color: #fff;
233+
background-color: rgb(104,88,91);
234+
border-color: rgb(104,88,91);
235+
}
236+
237+
.bgcolor3 button:hover, .bgcolor3 button:disabled{
238+
background-color: rgb(104,88,91) !important;
239+
color: rgba(254,255,157,0.9);
240+
}
241+
242+
.page-item.active .page-link {
243+
color: rgba(254,255,157,0.9) !important;
244+
background-color: rgb(104,88,91) !important;
245+
border-color: rgb(104,88,91) !important;
246+
}
378 KB
Loading

out/artifacts/SoftwareDeveloping_PJ_war_exploded/index.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<br/>
5858
<a href="jsp/navbar.jsp">navbar</a>
5959

60-
<div aria-live="polite" aria-atomic="true" style="position: fixed; top: 120px; right: 20px; min-height: 200px; width: 100%">
60+
<div aria-live="polite" aria-atomic="true" style="position: fixed; top: 120px; right: 20px; min-height: 200px; width: 20%">
6161
<div style="position: absolute; top: 0; right: 0;">
6262
<div id="toast-2" class="toast" role="alert" data-delay="5000">
6363
<div class="toast-header">
@@ -68,7 +68,7 @@
6868
</button>
6969
</div>
7070
<div class="toast-body">
71-
There is something wrong with your username or password, please check again!
71+
Enjoy your journey in our website!
7272
</div>
7373
</div>
7474
</div>

0 commit comments

Comments
 (0)