Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
142
Issues
142
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-gargantext
Commits
70a6e248
Commit
70a6e248
authored
Apr 07, 2022
by
arturo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
>>> continue
parent
51b1d0ac
Pipeline
#2681
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
bootstrap-darkster.css
dist/styles/bootstrap-darkster.css
+5
-5
darkster.scss
src/sass/themes/darkster.scss
+2
-0
No files found.
dist/styles/bootstrap-darkster.css
View file @
70a6e248
...
...
@@ -1649,7 +1649,7 @@ pre code {
font-weight
:
400
;
line-height
:
1.5
;
color
:
#495057
;
background-color
:
#
fff
;
background-color
:
#
495057
;
background-clip
:
padding-box
;
border
:
1px
solid
#ced4da
;
border-radius
:
0.25rem
;
...
...
@@ -1681,7 +1681,7 @@ pre code {
opacity
:
1
;
}
.form-control
:disabled
,
.form-control
[
readonly
]
{
background-color
:
#
e9ecef
;
background-color
:
#
212529
;
opacity
:
1
;
}
...
...
@@ -1694,7 +1694,7 @@ input[type=month].form-control {
select
.form-control
:focus::-ms-value
{
color
:
#495057
;
background-color
:
#
fff
;
background-color
:
#
495057
;
}
.form-control-file
,
...
...
@@ -3317,7 +3317,7 @@ input[type=button].btn-block {
}
.custom-select
:focus::-ms-value
{
color
:
#495057
;
background-color
:
#
fff
;
background-color
:
#
495057
;
}
.custom-select
[
multiple
],
.custom-select
[
size
]
:not
([
size
=
"1"
])
{
height
:
auto
;
...
...
@@ -7758,7 +7758,7 @@ img {
.custom-select
:disabled
[
readonly
],
.form-control
[
readonly
]
{
background-color
:
#
fff
;
background-color
:
#
495057
;
color
:
#6c757d
;
border-style
:
dashed
;
}
...
...
src/sass/themes/darkster.scss
View file @
70a6e248
...
...
@@ -59,6 +59,8 @@ $list-group-bg:lighten($body-bg,5%);
$card-border-color
:
rgba
(
$black
,
0
.6
);
$card-cap-bg
:
lighten
(
$gray-800
,
10%
);
$card-bg
:
lighten
(
$body-bg
,
5%
);
$input-bg
:
$gray-300
;
$input-disabled-bg
:
$gray-100
;
// Misc...
// $enable-shadows:true;
...
...
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