Skip to content

Commit 401cfb1

Browse files
author
Dasutein
authored
Merge pull request #2 from ddasutein/fix-and-features
Version 1.13 release
2 parents 6267cdf + 0e69ea4 commit 401cfb1

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

src/revuestarlight.css

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
body { background-color: #eee; font-size: 12px; }
44

5-
/** VERSION 1.12
5+
/** VERSION 1.13
66
* This is a CSS Reddit theme for /r/RevueStarlight designed by
77
* /u/LoveArrowShooto.
88
**/
@@ -268,11 +268,28 @@ textarea {
268268
}
269269

270270
#header .drop-choices {
271-
padding: 5px 5px 5px 20px;
271+
padding: 5px 15px 5px 15px;
272+
}
273+
274+
#header .drop-choices a.choice {
275+
padding: 5px 15px 5px 5px;
276+
}
277+
278+
.drop-choices {
279+
position: absolute;
280+
left: 0px;
281+
border: 1px solid #e4e4e4;
282+
z-index: 100;
283+
background-color: white;
284+
white-space: nowrap;
285+
line-height: normal;
286+
margin-top: 1px;
287+
display: none;
288+
box-shadow: 11px 11px 24px #1a1a1a1a;
272289
}
273290

274291
.drop-choices a.choice:hover {
275-
background-color: #bdc3c7;
292+
background-color: #5AC3D9;
276293
}
277294

278295
.srdrop .choice.bottom-option {
@@ -284,10 +301,6 @@ textarea {
284301
font-size: 10px;
285302
}
286303

287-
#header .drop-choices a.choice {
288-
padding: 2px 3px 5px 3px;
289-
}
290-
291304
#header a {
292305
color: #161616;
293306
}

0 commit comments

Comments
 (0)