Ticket #957: using localStorage for recently used symbols
[redakcja.git] / redakcja / static / css / html.css
index ffed30e..9eb4089 100644 (file)
@@ -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;
+}