Posts by trofonia • 13 points
4 posts
-
0
votes2
answers61
viewsA: Color of text in direct mail (gmail) already read
Solved based on the comment: https://stackoverflow.com/a/19008979 Suggests putting hexadecimal color with 6 full digits and white/black as "almost" white/black (#FFFFFE and #000001).…
-
0
votes2
answers61
viewsQ: Color of text in direct mail (gmail) already read
By gmail, when we receive a second email that has the same text as the previous one it changes the color of the text. I can manipulate this in the html/css of the direct mail, so that the color of…
-
1
votes1
answer3664
viewsQ: change classes with Angularjs
I need to change the style of an element when clicked and if you click again it goes back to the color it was (as if it were an "advanced search"). I have the following code: <a href=""…
-
0
votes2
answers599
viewsQ: menu with the selected option of another color in Angularjs
my first question and my first "real" project as well. I am using bootstrap, html/css and angular and have a horizontal menu in an unordered list. What I need to do is that this menu has another…