Add text bottom border to show clickable areas

This commit is contained in:
2018-03-23 11:21:00 +05:30
parent 78a8b60efa
commit 363be07fda
2 changed files with 6 additions and 2 deletions
@@ -22,6 +22,9 @@
top: 50%; top: 50%;
width: 80%; width: 80%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
padding-bottom: 5px;
border-bottom: 5px solid #665566;
} }
.NextOpenCloseMini .green-text { .NextOpenCloseMini .green-text {
+3 -2
View File
@@ -3,9 +3,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: rgba(0, 0, 0, 0.75); background-color: rgba(0, 0, 0, 0.75);
color: rgba(255, 255, 255, 0.60); color: rgba(255, 255, 255, 0.60);
font-size: 2em; font-size: 2em;
position: relative; position: relative;
} }
@@ -23,6 +21,9 @@
top: 50%; top: 50%;
width: 80%; width: 80%;
transform: translate(0, -50%); transform: translate(0, -50%);
padding-bottom: 5px;
border-bottom: 5px solid #665566;
} }
.OpenXDayMini .green-text { .OpenXDayMini .green-text {