mirror of
https://github.com/bendtherules/is-nifty-open.git
synced 2026-08-18 22:02:57 +00:00
Add text bottom border to show clickable areas
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
top: 50%;
|
||||
width: 80%;
|
||||
transform: translate(-50%, -50%);
|
||||
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 5px solid #665566;
|
||||
}
|
||||
|
||||
.NextOpenCloseMini .green-text {
|
||||
|
||||
@@ -3,9 +3,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
|
||||
color: rgba(255, 255, 255, 0.60);
|
||||
|
||||
font-size: 2em;
|
||||
position: relative;
|
||||
}
|
||||
@@ -23,6 +21,9 @@
|
||||
top: 50%;
|
||||
width: 80%;
|
||||
transform: translate(0, -50%);
|
||||
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 5px solid #665566;
|
||||
}
|
||||
|
||||
.OpenXDayMini .green-text {
|
||||
|
||||
Reference in New Issue
Block a user