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
640c9a49
Commit
640c9a49
authored
Feb 20, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(): merge fixes
parent
5d51b439
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
31 deletions
+29
-31
public/sass/_variables.scss
+1
-1
public/sass/components/_gf-form.scss
+28
-25
public/sass/layout/_page.scss
+0
-5
No files found.
public/sass/_variables.scss
View file @
640c9a49
...
...
@@ -61,7 +61,7 @@ $grid-breakpoints: (
//
// Define the maximum width of `.container` for different screen sizes.
$container-max-widths
:
(
tork
$container-max-widths
:
(
sm
:
576px
,
md
:
720px
,
lg
:
940px
,
...
...
public/sass/components/_gf-form.scss
View file @
640c9a49
...
...
@@ -104,31 +104,34 @@ $gf-form-label-margin: 0.2rem;
&
.gf-size-auto
{
width
:
auto
;
}
}
select
.gf-form-input
{
text-overflow
:
''
;
-webkit-appearance
:
none
;
-moz-appearance
:
menulist-text
;
// was set to "window" and caused odd display on windos and linux.
appearance
:
none
;
&
:after
{
position
:
absolute
;
top
:
50%
;
right
:
10px
;
height
:
12px
;
margin-top
:
-6px
;
padding
:
0
;
background-color
:
transparent
;
color
:
$input-color
;
font
:
normal
normal
normal
14px
/
1
FontAwesome
;
text-align
:
center
;
content
:
'\f0d7'
;
pointer-events
:
none
;
}
&
:
-
moz-focusring
{
color
:
transparent
;
}
}
// select.gf-form-input {
// -webkit-appearance: none;
// -moz-appearance: menulist-text; // was set to "window" and caused odd display on windos and linux.
// appearance: none;
//
//
// &:-moz-focusring {
// color: transparent;
// }
// }
//
// .gf-form-select-wrapper {
// position: relative;
// &:after {
// position: absolute;
// top: 50%;
// right: 10px;
// height: 12px;
// margin-top: -6px;
// padding: 0;
// background-color: transparent;
// color: $input-color;
// font: normal normal normal 14px/1 FontAwesome;
// text-align: center;
// content: '\f0d7';
// pointer-events: none;
// }
// }
.gf-form-btn
{
padding
:
$input-padding-y
$input-padding-x
;
...
...
public/sass/layout/_page.scss
View file @
640c9a49
...
...
@@ -20,13 +20,8 @@
.page-container
{
background-color
:
$page-bg
;
background-position
:
left
;
background-size
:
60%
;
background-repeat
:
no-repeat
;
position
:
relative
;
padding
:
(
$spacer
*
2
)
(
$spacer
*
4
);
max-width
:
1060px
;
margin-left
:
0
;
min-height
:
calc
(
100%
-
54px
);
padding-bottom
:
$spacer
*
5
;
background-image
:
linear-gradient
(
60deg
,
rgba
(
0
,
0
,
0
,
0
)
0%
,
lighten
(
$page-bg
,
4%
)
98%
);
...
...
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