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
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
4494b611
Commit
4494b611
authored
Mar 28, 2023
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev-509-improve-global-theme' into dev
parents
8582d2a0
b6312924
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
56 additions
and
4 deletions
+56
-4
bootstrap-darkster.css
dist/styles/bootstrap-darkster.css
+8
-0
bootstrap-default.css
dist/styles/bootstrap-default.css
+8
-0
bootstrap-greyson.css
dist/styles/bootstrap-greyson.css
+8
-0
bootstrap-herbie.css
dist/styles/bootstrap-herbie.css
+8
-0
bootstrap-monotony.css
dist/styles/bootstrap-monotony.css
+8
-0
Dashboard.purs
src/Gargantext/Components/Nodes/Corpus/Dashboard.purs
+4
-4
_grouped.scss
src/sass/components/_grouped.scss
+12
-0
No files found.
dist/styles/bootstrap-darkster.css
View file @
4494b611
...
...
@@ -6154,6 +6154,10 @@ h3 {
line-height
:
1.5
;
}
.table-header-rename
.btn
.fa
::before
{
color
:
#D1CDC7
!important
;
}
.b-icon-button
{
transition
:
color
0.2s
;
position
:
relative
;
...
...
@@ -6277,6 +6281,10 @@ h3 {
color
:
inherit
;
}
.mainleaf__folder-icon
:not
(
.b-icon-button--enabled
)
::before
{
color
:
inherit
!important
;
}
.main-topbar
.nav-item
>
a
.fa
,
.popup-container
.card-footer
.btn-primary
{
color
:
#D1CDC7
!important
;
...
...
dist/styles/bootstrap-default.css
View file @
4494b611
...
...
@@ -5965,6 +5965,10 @@ h3 {
line-height
:
1.5
;
}
.table-header-rename
.btn
.fa
::before
{
color
:
#f8f9fa
!important
;
}
.b-icon-button
{
transition
:
color
0.2s
;
position
:
relative
;
...
...
@@ -6088,6 +6092,10 @@ h3 {
color
:
inherit
;
}
.mainleaf__folder-icon
:not
(
.b-icon-button--enabled
)
::before
{
color
:
inherit
!important
;
}
.main-topbar
.nav-item
>
a
.fa
,
.popup-container
.card-footer
.btn-primary
{
color
:
#f8f9fa
!important
;
...
...
dist/styles/bootstrap-greyson.css
View file @
4494b611
...
...
@@ -5720,6 +5720,10 @@ h3 {
line-height
:
1.5
;
}
.table-header-rename
.btn
.fa
::before
{
color
:
#eceeec
!important
;
}
.b-icon-button
{
transition
:
color
0.2s
;
position
:
relative
;
...
...
@@ -5843,6 +5847,10 @@ h3 {
color
:
inherit
;
}
.mainleaf__folder-icon
:not
(
.b-icon-button--enabled
)
::before
{
color
:
inherit
!important
;
}
.main-topbar
.nav-item
>
a
.fa
,
.popup-container
.card-footer
.btn-primary
{
color
:
#eceeec
!important
;
...
...
dist/styles/bootstrap-herbie.css
View file @
4494b611
...
...
@@ -5968,6 +5968,10 @@ h3 {
line-height
:
1.5
;
}
.table-header-rename
.btn
.fa
::before
{
color
:
#F2F2F0
!important
;
}
.b-icon-button
{
transition
:
color
0.2s
;
position
:
relative
;
...
...
@@ -6091,6 +6095,10 @@ h3 {
color
:
inherit
;
}
.mainleaf__folder-icon
:not
(
.b-icon-button--enabled
)
::before
{
color
:
inherit
!important
;
}
.main-topbar
.nav-item
>
a
.fa
,
.popup-container
.card-footer
.btn-primary
{
color
:
#F2F2F0
!important
;
...
...
dist/styles/bootstrap-monotony.css
View file @
4494b611
...
...
@@ -5969,6 +5969,10 @@ h3 {
line-height
:
1.5
;
}
.table-header-rename
.btn
.fa
::before
{
color
:
#eceeec
!important
;
}
.b-icon-button
{
transition
:
color
0.2s
;
position
:
relative
;
...
...
@@ -6092,6 +6096,10 @@ h3 {
color
:
inherit
;
}
.mainleaf__folder-icon
:not
(
.b-icon-button--enabled
)
::before
{
color
:
inherit
!important
;
}
.main-topbar
.nav-item
>
a
.fa
,
.popup-container
.card-footer
.btn-primary
{
color
:
#eceeec
!important
;
...
...
src/Gargantext/Components/Nodes/Corpus/Dashboard.purs
View file @
4494b611
...
...
@@ -123,7 +123,7 @@ dashboardLayoutLoadedCpt = here.component "dashboardLayoutLoaded" cpt
]
where
addNew = H.div { className: "row" } [
addNew = H.div { className: "row
mx-0 my-1
" } [
H.span { className: "btn btn-primary"
, on: { click: onClickAddChart }} [ H.span { className: "fa fa-plus" } [] ]
]
...
...
@@ -173,7 +173,7 @@ dashboardCodeEditorCpt = here.component "dashboardCodeEditor" cpt
T.write_ fieldsWithIndex fieldsS
pure $ R.fragment
[ H.div { className: "row" }
[ H.div { className: "row
mx-0 my-1
" }
[ H.div { className: "btn btn-primary " <> (saveEnabled fieldsWithIndex fields')
, on: { click: onClickSave fields' }
}
...
...
@@ -187,7 +187,7 @@ dashboardCodeEditorCpt = here.component "dashboardCodeEditor" cpt
, session } []
]
]
, H.div { className: "row" }
, H.div { className: "row
mx-0 my-1
" }
[ H.div { className: "btn btn-primary"
, on: { click: onClickAddField fieldsS }
}
...
...
@@ -230,7 +230,7 @@ renderChartCpt = here.component "renderChart" cpt
, onChange
, onRemove
, session } _ = do
pure $ H.div { className: "
row
chart card" }
pure $ H.div { className: "chart card" }
[ H.div { className: "card-header" }
[ H.div { className: "row" }
[ H.div { className: "col-2" }
...
...
src/sass/components/_grouped.scss
View file @
4494b611
...
...
@@ -124,6 +124,13 @@
}
}
.table-header-rename
.btn
{
.
fa
:
:
before
{
color
:
$light
!
important
;
}
}
/// Icon Button
///-----------------------------------------------------------------------------
...
...
@@ -249,6 +256,11 @@
}
}
}
.mainleaf__folder-icon
:not
(
.b-icon-button--enabled
)
{
&
:
:
before
{
color
:
inherit
!
important
;
}
}
.main-topbar
.nav-item
>
a
.fa
,
.popup-container
.card-footer
.btn-primary
{
...
...
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