Commit 6c55ce14c969ba4aab9b9dbd90f1cdb1db431335
1 parent
5063822a
Exists in
master
and in
11 other branches
Remove letfover selectordie files
Showing
2 changed files
with
0 additions
and
76 deletions
Show diff stats
public/stylesheets/selectordie-theme.css
... | ... | @@ -1,75 +0,0 @@ |
1 | -/* Default custom select styles */ | |
2 | - | |
3 | -#search-subheader div.sod_select { | |
4 | - display: inline-block; | |
5 | - vertical-align: middle; | |
6 | - position: relative; | |
7 | - text-align: left; | |
8 | - background: #fff; | |
9 | - z-index: 100; | |
10 | - -webkit-touch-callout: none; | |
11 | - -webkit-user-select: none; | |
12 | - -khtml-user-select: none; | |
13 | - -moz-user-select: none; | |
14 | - -ms-user-select: none; | |
15 | - user-select: none; | |
16 | - background: transparent; | |
17 | - max-width: 400px; | |
18 | -} | |
19 | - | |
20 | -#search-subheader div.sod_select:focus { | |
21 | - outline: none; /* For better accessibility add a style for this in your skin */ | |
22 | -} | |
23 | - | |
24 | -#search-subheader .sod_select select { | |
25 | - display: none; | |
26 | -} | |
27 | - | |
28 | -#search-subheader .sod_label::after { | |
29 | - font-family: Arial, 'Liberation Sans', sans-serif; | |
30 | - font-weight: bold; | |
31 | - content: '+'; | |
32 | - left: 0px; | |
33 | - -webkit-transform: translate3d(0,-50%,0) rotate3d(0,0,1,0deg);; | |
34 | - transform: translate3d(0,-50%,0) rotate3d(0,0,1,0deg);; | |
35 | - -webkit-transition: -webkit-transform 0.5s; | |
36 | - transition: transform 0.5s; | |
37 | - position: absolute; | |
38 | - top: 50%; | |
39 | - font-size: 2.1em; | |
40 | -} | |
41 | - | |
42 | -#search-subheader .sod_select.open .sod_label::after { | |
43 | - -webkit-transform: translate3d(0,-50%,0) rotate3d(0,0,1,225deg); | |
44 | - transform: translate3d(0,-50%,0) rotate3d(0,0,1,225deg); | |
45 | -} | |
46 | - | |
47 | -/* Changes on select or die*/ | |
48 | -#search-subheader .sod_select{ | |
49 | - border: none; | |
50 | - padding-top: 10px; | |
51 | - padding-left: 20px; | |
52 | - padding-bottom: 10px; | |
53 | - width: auto; | |
54 | - font-weight: normal; | |
55 | - text-transform: none; | |
56 | - font-size: 12px; | |
57 | -} | |
58 | - | |
59 | -#search-subheader .sod_select.open{ | |
60 | -} | |
61 | - | |
62 | -#search-subheader .sod_select .sod_list{ | |
63 | - border: 1px solid #ebebeb; | |
64 | - margin-left: -1px; | |
65 | - width: auto; | |
66 | -} | |
67 | - | |
68 | -#search-subheader .sod_select:before, | |
69 | -#search-subheader .sod_select:after { | |
70 | - content: ""; | |
71 | -} | |
72 | - | |
73 | -#search-subheader .sod_select.focus { | |
74 | - box-shadow: none; | |
75 | -} |
public/stylesheets/selectordie.css