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
12e540b2
Commit
12e540b2
authored
Apr 05, 2013
by
Zachary Tong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug with placeholder text color in chrome
parent
5be94741
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
common/css/bootstrap.min.css
+2
-1
No files found.
common/css/bootstrap.min.css
View file @
12e540b2
...
@@ -183,7 +183,8 @@ select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="chec
...
@@ -183,7 +183,8 @@ select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="chec
.uneditable-textarea
{
width
:
auto
;
height
:
auto
;}
.uneditable-textarea
{
width
:
auto
;
height
:
auto
;}
input
:-moz-placeholder
,
textarea
:-moz-placeholder
{
color
:
#4d4d4d
;}
input
:-moz-placeholder
,
textarea
:-moz-placeholder
{
color
:
#4d4d4d
;}
input
:-ms-input-placeholder
,
textarea
:-ms-input-placeholder
{
color
:
#4d4d4d
;}
input
:-ms-input-placeholder
,
textarea
:-ms-input-placeholder
{
color
:
#4d4d4d
;}
input
::-webkit-input-placeholder
,
textarea
::-webkit-input-placeholder
{
color
:
#4d4d4d
;}
input
:-webkit-input-placeholder
{
color
:
#4d4d4d
;}
textarea
:-webkit-input-placeholder
{
color
:
#4d4d4d
;}
.radio
,
.checkbox
{
min-height
:
20px
;
padding-left
:
20px
;}
.radio
,
.checkbox
{
min-height
:
20px
;
padding-left
:
20px
;}
.radio
input
[
type
=
"radio"
],
.checkbox
input
[
type
=
"checkbox"
]
{
float
:
left
;
margin-left
:
-20px
;}
.radio
input
[
type
=
"radio"
],
.checkbox
input
[
type
=
"checkbox"
]
{
float
:
left
;
margin-left
:
-20px
;}
.controls
>
.radio
:first-child
,
.controls
>
.checkbox
:first-child
{
padding-top
:
5px
;}
.controls
>
.radio
:first-child
,
.controls
>
.checkbox
:first-child
{
padding-top
:
5px
;}
...
...
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