-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge master #2116
Merge master #2116
Changes from all commits
aa53e26
f6df0ec
178f668
63973ab
4456365
ba4bf68
9df8957
690c41b
a18ed52
891bc3e
d4f638e
8c4ace4
04c5da6
5aa75d8
c562b31
4d0359c
7c26311
354b8d0
46ce710
c6465f6
30c4b9b
02e5b11
a1df395
a909ac5
2951bed
e6b9897
8b9f6de
6dadbdd
81c54ce
ffa4fd4
3bde570
f66a803
d6fa2ce
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// Brand colors | ||
$brand-danger: #d33a35 !default; | ||
$brand-success: #387f38 !default; | ||
$brand-info: #2c76c7 !default; | ||
$brand-warning: #565653 !default; |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,10 @@ legend small { | |
} | ||
} | ||
|
||
#savewidget a { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Avoid using id selectors |
||
color: #2a62bc; | ||
} | ||
|
||
.label-checkbox .label-text { | ||
display:block; | ||
padding-left:1.2em; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,9 @@ | |
.nav > li > .notify-number { | ||
padding-right: 0; | ||
} | ||
|
||
.dropdown-toggle:focus { | ||
outline: 2px auto Highlight; // FireFox | ||
outline: 5px auto -webkit-focus-ring-color; // Chrome, Safari | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Property There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Property |
||
outline: -2px; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Property There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Property |
||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid using id selectors