Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Albert Gräf
purr-data
Commits
62fbdf96
Commit
62fbdf96
authored
Apr 10, 2021
by
Albert Gräf
Browse files
Fix iemgui label fill colors in some of the theme css files.
See
jwilkes/purr-data!745
for discussion.
parent
d9ac7f33
Changes
6
Hide whitespace changes
Inline
Side-by-side
pd/nw/css/c64.css
View file @
62fbdf96
...
...
@@ -205,8 +205,7 @@ p.msg::after {
/* not sure what this is doing here... */
text
{
/* fill: red;
cursor: default; */
fill
:
#a49aea
;
}
/* not sure if this is still needed */
...
...
pd/nw/css/inverted.css
View file @
62fbdf96
...
...
@@ -217,8 +217,7 @@ p.msg::after {
/* not sure what this is doing here... */
text
{
/* fill: red;
cursor: default; */
fill
:
white
;
}
/* used for numbox2 to highlight contents when clicked on in runmode */
...
...
pd/nw/css/solarized.css
View file @
62fbdf96
...
...
@@ -210,8 +210,7 @@ p.msg::after {
/* not sure what this is doing here... */
text
{
/* fill: red;
cursor: default; */
fill
:
#657b83
;
}
/* not sure if this is still needed */
...
...
pd/nw/css/solarized_inverted.css
View file @
62fbdf96
...
...
@@ -210,8 +210,7 @@ p.msg::after {
/* not sure what this is doing here... */
text
{
/* fill: red;
cursor: default; */
fill
:
#839496
;
}
/* not sure if this is still needed */
...
...
pd/nw/css/strongbad.css
View file @
62fbdf96
...
...
@@ -207,8 +207,7 @@ p.msg::after {
/* not sure what this is doing here... */
text
{
/* fill: red;
cursor: default; */
fill
:
#4bd046
;
}
/* not sure if this is still needed */
...
...
pd/nw/css/vanilla_inverted.css
View file @
62fbdf96
...
...
@@ -210,8 +210,7 @@ p.msg::after {
/* not sure what this is doing here... */
text
{
/* fill: red;
cursor: default; */
fill
:
white
;
}
/* not sure if this is still needed */
...
...
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