Skip to content
Snippets Groups Projects
Commit 8231fd00 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

first attempt at pddplink css, plus a more specific class "pd_link" instead of just "link"

parent f7a258c0
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@ static void pddplink_vis(t_gobj *z, t_glist *glist, int vis)
gui_vmess("gui_text_create_gobj", "xssiii",
glist_getcanvas(glist),
rtext_gettag(y),
"link",
"pd_link",
text_xpix(&x->x_ob, glist_getcanvas(glist)),
text_ypix(&x->x_ob, glist_getcanvas(glist)),
glist_istoplevel(glist));
......
......@@ -125,6 +125,19 @@ mark.console_find_highlighted {
fill: black;
}
/* hyperlinks: for now, just pddplink and helplink */
.pd_link text {
fill: blue;
}
.pd_link text:hover {
fill: red;
}
.pd_link.selected text {
fill: #e87216 !important;
}
/* text inside a box that is being edited */
#new_object_textentry {
/* max-width: 10ch; */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment