-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by pedrobaeza
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// This code is necessary to avoid an incompatibility with the definition | ||
// .o_field_widget input, .o_field_widget textarea {color: inherit} added by | ||
// web_responsive. This causes the text to appear white when editing the name of | ||
// the selected file/directory on field mode (Example: field added on hr.employee by | ||
// hr_dms_field), making it impossible to see the content. It is necessary to maintain | ||
// it in version 16.0, and if migrating to higher versions, check if it remains | ||
// necessary. | ||
.jstree-proton .jstree-clicked { | ||
color: #000000 !important; | ||
i { | ||
color: #ffffff; | ||
} | ||
} | ||
.jstree-proton a.jstree-clicked { | ||
color: #ffffff !important; | ||
} |