Browse Source

Update github theme

pull/1257/head
jlukic 10 years ago
parent
commit
62e961fdf5
2 changed files with 10 additions and 1 deletions
  1. 5
      src/themes/default/elements/button.variables
  2. 6
      src/themes/github/elements/button.variables

5
src/themes/default/elements/button.variables

@ -168,6 +168,7 @@
/* Basic */
@basicBorderRadius: @borderRadius;
@basicBorderSize: 1px;
@basicTextColor: @textColor;
@basicColoredBorderSize: 2px;
@basicBackground: transparent;
@ -179,12 +180,14 @@
/* Basic Hover */
@basicHoverBackground: #FAFAFA;
@basicHoverTextColor: @hoveredTextColor;
@basicHoverBoxShadow:
0px 0px 0px @basicBorderSize @borderColor inset,
0px 0px 0px 0px @borderColor inset
;
/* Basic Down */
@basicDownBackground: #F8F8F8;
@basicDownTextColor: @pressedTextColor;
@basicDownBoxShadow:
0px 0px 0px @basicBorderSize rgba(0, 0, 0, 0.15) inset,
0px 1px 4px 0px @borderColor inset
@ -192,7 +195,7 @@
/* Basic Active */
@basicActiveBackground: @transparentBlack;
@basicActiveBoxShadow: '';
@basicActiveColor: @selectedTextColor;
@basicActiveTextColor: @selectedTextColor;
/* Basic Inverted */
@basicInvertedBackground: transparent;

6
src/themes/github/elements/button.variables

@ -54,6 +54,12 @@
@labeledIconBorder: transparent;
@labeledIconPadding: (@horizontalPadding + 2.25em);
@basicFontWeight: bold;
@basicTextColor: @linkColor;
@basicHoverTextColor: @linkHoverColor;
@basicHoverBackground: #E0E0E0;
@blue: #3072B3;
@green: #60B044;
@black: #5D5D5D;

Loading…
Cancel
Save