Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 4d99470

Browse files
committed
slight outline around close button
1 parent 554ee85 commit 4d99470

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

css/obBase.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5875,6 +5875,20 @@ input[type="checkbox"].fieldItem:checked + label .togLabelOff {
58755875
background: #262626;
58765876
}
58775877

5878+
/* add a shadow and a glow, so modal close buttons are still barely visible if the user picks a bad color */
5879+
#ov1 .js-closeIndexModal [class *= "ion-"]:before,
5880+
#ov1 #userPage .js-closeIndexModal [class *= "ion-"]:before,
5881+
#ov1 #obContainer .js-closeIndexModal [class *= "ion-"]:before,
5882+
#ov1 #modalHolder .js-closeIndexModal [class *= "ion-"]:before,
5883+
#ov1 #messageModal .js-closeIndexModal [class *= "ion-"]:before,
5884+
#ov1.notFancy .js-closeIndexModal [class *= "ion-"]:before,
5885+
#ov1.notFancy #userPage .js-closeIndexModal [class *= "ion-"]:before,
5886+
#ov1.notFancy #obContainer .js-closeIndexModal [class *= "ion-"]:before,
5887+
#ov1.notFancy #modalHolder .js-closeIndexModal [class *= "ion-"]:before,
5888+
#ov1.notFancy #messageModal .js-closeIndexModal [class *= "ion-"]:before {
5889+
text-shadow: 0 0 1px rgba(0,0,0,1), 0 0 2px rgba(255,255,255, 1) !important;
5890+
}
5891+
58785892

58795893
/* hide unfinished elements */
58805894

0 commit comments

Comments
 (0)