Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-themes
Commits
dfad3780
Commit
dfad3780
authored
2 years ago
by
Pradosh Kumar
Browse files
Options
Download
Patches
Plain Diff
Issue #SB-31143 fix: Ios : Headings are not displayed in dark mode in Discussion form
parent
be0736d5
master
release-5.1.0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
package.json
+1
-1
package.json
themes/themes-df.scss
+3
-3
themes/themes-df.scss
themes/themes-mobile.scss
+3
-9
themes/themes-mobile.scss
with
7 additions
and
13 deletions
+7
-13
package.json
+
1
−
1
View file @
dfad3780
{
"name"
:
"@project-sunbird/sb-themes"
,
"version"
:
"0.0.8
5
"
,
"version"
:
"0.0.8
6
"
,
"description"
:
"Sunbird project application themes"
,
"main"
:
"index.js"
,
"scripts"
:
{
...
...
This diff is collapsed.
Click to expand it.
themes/themes-df.scss
+
3
−
3
View file @
dfad3780
...
...
@@ -44,12 +44,12 @@ html[data-theme="JOYFUL"][data-mode="DARKMODE"] {
--df-222
:
#222
;
--text-color
:
var
(
--
white
);
--df-background
:
var
(
--
df-222
);
--df-common-bg
:
var
(
--
df-
333
);
--df-common-bg
:
var
(
--
df-
222
);
//declared variables
--df-body-bg
:
var
(
--
black
);
// body bg
--df-card-bg
:
var
(
--
black
);
--df-related-card-bg
:
var
(
--
black
);
--df-card-bg
:
var
(
--
df-333
);
--df-related-card-bg
:
var
(
--
df-333
);
--df-sidebar-menu-text
:
var
(
--
gray-300
);
--df-sidebar-menu-active-bg
:
var
(
--
df-333
);
--df-tab-text
:
var
(
--
text-color
);
...
...
This diff is collapsed.
Click to expand it.
themes/themes-mobile.scss
+
3
−
9
View file @
dfad3780
...
...
@@ -2,7 +2,7 @@ html[data-theme="JOYFUL"] {
.sbt-inside-page-container.ui.container
{
margin
:
0
!
important
;
height
:
100%
;
background
:
hsla
(
0
,
0%
,
7%
,
0
.75
);
//
background: hsla(0, 0%, 7%, 0.75);
}
lib-lib-entry
{
.df-header
{
...
...
@@ -50,6 +50,8 @@ html[data-theme="JOYFUL"][data-mode="DARKMODE"] {
--button-style-shadow
:
5px
5px
2px
0
var
(
--
app-shadow
);
--block-style-shadow
:
0
2px
7px
0
var
(
--
app-shadow
);
--app-tertiary-background
:
#000
;
//cc
--cc-accordion-panel-br
:
#333
;
--cc-accordion-panel-bg
:
#222222
;
...
...
@@ -1417,14 +1419,6 @@ html[data-theme="JOYFUL"][data-mode="DARKMODE"] {
background
:
var
(
--
white
);
}
.df-btn-container
,
.discuss-card-content
,
.discussion-details
,
.related-discuss-card
,
.discussion-start-modal
.discussion-start-modal-content
{
background
:
#333
;
}
.df-btn-container
.sb-left-icon
,
.submit-post-btn.start-common-btn
{
color
:
var
(
--
black
)
!
important
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets