Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
352cdc13
Commit
352cdc13
authored
Feb 27, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ux): fixed select box appearance in firefox, fixes #4168
parent
bd2e1ef6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
public/sass/components/_gf-form.scss
+6
-0
No files found.
public/sass/components/_gf-form.scss
View file @
352cdc13
...
@@ -82,6 +82,7 @@ $gf-form-label-margin: 0.25rem;
...
@@ -82,6 +82,7 @@ $gf-form-label-margin: 0.25rem;
&
:
:-
ms-expand
{
&
:
:-
ms-expand
{
background-color
:
transparent
;
background-color
:
transparent
;
border
:
0
;
border
:
0
;
display
:
none
;
}
}
// Customize the `:focus` state to imitate native WebKit styles.
// Customize the `:focus` state to imitate native WebKit styles.
...
@@ -109,15 +110,20 @@ $gf-form-label-margin: 0.25rem;
...
@@ -109,15 +110,20 @@ $gf-form-label-margin: 0.25rem;
.gf-form-select-wrapper
{
.gf-form-select-wrapper
{
position
:
relative
;
position
:
relative
;
background-color
:
$input-bg
;
select
.gf-form-input
{
select
.gf-form-input
{
text-indent
:
.01px
;
text-overflow
:
''
;
padding-right
:
$input-padding-x
*
2
;
padding-right
:
$input-padding-x
*
2
;
-webkit-appearance
:
none
;
-webkit-appearance
:
none
;
-moz-appearance
:
menulist-text
;
// was set to "window" and caused odd display on windos and linux.
-moz-appearance
:
menulist-text
;
// was set to "window" and caused odd display on windos and linux.
appearance
:
none
;
appearance
:
none
;
&
:
-
moz-focusring
{
&
:
-
moz-focusring
{
outline
:
none
;
color
:
transparent
;
color
:
transparent
;
text-shadow
:
0
0
0
$text-color
;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment