mirror of
https://github.com/bendtherules/is-nifty-open.git
synced 2026-08-18 13:52:20 +00:00
Add text bottom border to show clickable areas
This commit is contained in:
@@ -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,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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user