Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Coopdevs OCB mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Odoo
Coopdevs OCB mirror
Commits
80525538
Commit
80525538
authored
6 years ago
by
sri-odoo
Committed by
qsm-odoo
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[FIX] web: correctly set 'text-muted' color value
parent
5ca2d15b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
addons/web/static/src/scss/bootstrap_overridden.scss
+6
-0
6 additions, 0 deletions
addons/web/static/src/scss/bootstrap_overridden.scss
addons/web/static/src/scss/webclient.scss
+0
-3
0 additions, 3 deletions
addons/web/static/src/scss/webclient.scss
with
6 additions
and
3 deletions
addons/web/static/src/scss/bootstrap_overridden.scss
+
6
−
0
View file @
80525538
...
...
@@ -36,6 +36,12 @@ $body-color: $o-main-text-color;
$link-hover-decoration
:
none
;
// Muted
//
// Style .text-muted elements
$text-muted
:
$gray-500
!
default
;
// Grid columns
//
// Set the number of columns and specify the width of the gutters.
...
...
This diff is collapsed.
Click to expand it.
addons/web/static/src/scss/webclient.scss
+
0
−
3
View file @
80525538
...
...
@@ -149,9 +149,6 @@ div.o_boolean_toggle.custom-control.custom-checkbox {
.text-it
{
font-style
:
italic
;
}
.text-muted
{
color
:
lighten
(
$text-muted
,
10%
);
}
//== Badges
.badge
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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