File tree Expand file tree Collapse file tree 1 file changed +20
-7
lines changed Expand file tree Collapse file tree 1 file changed +20
-7
lines changed Original file line number Diff line number Diff line change 22
33body { 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}
You can’t perform that action at this time.
0 commit comments