OK, I'm trying to rewrite the color for the Twitter upload buttons (e.g. for .btn-primary ).
As far as I can see, there are several colors that are defined for .btn-primary, so they have all the fixes for all browsers.
The easiest way to see all the colors for .btn-primary and “move” them to the same difference as the new base color is different from the btn-primary color, which is actually #006dcc as I see from bootstrap.css .
Is there a calculator for easy color changes, for example:
newcolor=(006ecc-006dcc)+aaaaaa=aaabaa
so that I do not break each color into three hexadecimal numbers and find the difference for every 3 pairs of each color?
Or is there an easier way to change colors while preserving gradients, freezes, fixes for all browsers for Twitter-Bootstrap buttons? Thank you in advance.
source share