Skip to content

Commit dd9808e

Browse files
committed
fixed in firefox
1 parent 30a10f1 commit dd9808e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

_assets/stylesheets/main.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,14 @@ select {
121121
background-color: white;
122122
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==');
123123
background-repeat: no-repeat;
124-
background-position: 97% center;
124+
background-position: right 9px center;
125125

126126
border: solid $border-color;
127127
border-width: 0px 1px;
128128
border-radius: 0px;
129129

130130

131-
padding: 0.2rem;
131+
padding: 0.4rem 0.2rem;
132132
font-size: 12pt;
133133
font-family: 'PT Sans Caption', sans-serif;
134134
color: rgba(0, 0, 0, 0.75);
@@ -138,8 +138,8 @@ select {
138138
}
139139

140140
select:hover {
141-
/*background-color: #f3f3f3;*/
142-
border-color: #999999;
141+
background-color: #f6f6f6;
142+
// border-color: #999999;
143143
}
144144

145145
// select:active {

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<p>
5959
If you like this you might also be interested in <a href="http://thume.ca/stashline">StashLine</a> my personal finance planning app for IOS.
6060
</p>
61+
<p><small>The source code for this tool is on <a href="//github.com/trishume/indexView">Github</a></small></p>
6162
</div>
6263
<script>
6364
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

0 commit comments

Comments
 (0)