From bd14a065a0ff288ab13904eb1f6b949b3375d8c4 Mon Sep 17 00:00:00 2001 From: Ognjen Cirkovic Date: Mon, 6 Jun 2022 02:26:11 +0200 Subject: Dodate labele za neurone na pravljenju konfiguracije neuronske mreze.Labele neurona ulaznog i skrivenih slojeva su na hover,a labela izlaznog neuronom se stalno prikazuje. --- frontend/src/app/_elements/graph/graph.component.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'frontend/src/app/_elements/graph/graph.component.css') diff --git a/frontend/src/app/_elements/graph/graph.component.css b/frontend/src/app/_elements/graph/graph.component.css index 456a8df1..f8604125 100644 --- a/frontend/src/app/_elements/graph/graph.component.css +++ b/frontend/src/app/_elements/graph/graph.component.css @@ -10,11 +10,14 @@ /*border: 1px solid red;*/ transform: translate(-50%, -50%); } - -.node-text:not(.inputs) { +.output{ + font-weight: bold; + color: var(--offwhite); +} +.node-text:not(.output) { color: transparent; } -.node-text:not(.inputs):hover { +.node-text:not(.output):hover { color: var(--offwhite); -} \ No newline at end of file +} -- cgit v1.2.3