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

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

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

Loading…
Cancel
Save