X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/c7eba7256c19035609dddbd141dc92a9640f71d9..e6e1017c531add5a7a5cbd4e24dc38fce4da0ea0:/redakcja/static/css/html.css diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index ffed30e0..9eb4089d 100644 --- a/redakcja/static/css/html.css +++ b/redakcja/static/css/html.css @@ -651,8 +651,15 @@ div[x-node] > .uwaga { color: white; font-weight: bold; } + #tableSpecialChars td input { background-color: transparent; border:0; color: white; } + +#tableSpecialChars td input.recentSymbol { + background-color: white; + border:0; + color: black; +}