Browse Source

Add internal border color

pull/2092/head
jlukic 9 years ago
parent
commit
09f05db996
2 changed files with 3 additions and 1 deletions
  1. 1
      RELEASE-NOTES.md
  2. 3
      src/themes/default/globals/site.variables

1
RELEASE-NOTES.md

@ -67,6 +67,7 @@
- **Menu** - `tiered menu` has been removed - **Menu** - `tiered menu` has been removed
- **Menu** - Increased contrast on `inverted` menu selection for legibility - **Menu** - Increased contrast on `inverted` menu selection for legibility
- **Message** - Slightly increases `box-shadow` - **Message** - Slightly increases `box-shadow`
- **Search** - Slightly adjusted search result theme for clarity
- **Site** - Increase contrast on default hovered/down colors for colored variations - **Site** - Increase contrast on default hovered/down colors for colored variations
- **Site** - Page background is now `#FFFFFF` by default instead of an offwhite `#F7F7F7` - **Site** - Page background is now `#FFFFFF` by default instead of an offwhite `#F7F7F7`
- **Site** - Adjusted global line height to the closest even pixel value - **Site** - Adjusted global line height to the closest even pixel value

3
src/themes/default/globals/site.variables

@ -306,7 +306,7 @@
/* Info */ /* Info */
@infoColor : #31CCEC; @infoColor : #31CCEC;
@infoBackgroundColor : #EEF9F9;
@infoBackgroundColor : #F1FCFC;
@infoBorderColor : #A3CFD8; @infoBorderColor : #A3CFD8;
@infoHeaderColor : #0E566C; @infoHeaderColor : #0E566C;
@infoTextColor : #196178; @infoTextColor : #196178;
@ -360,6 +360,7 @@
@circularRadius : 500rem; @circularRadius : 500rem;
@borderColor : rgba(34, 36, 38, 0.15); @borderColor : rgba(34, 36, 38, 0.15);
@internalBorderColor : rgba(34, 36, 38, 0.1);
@selectedBorderColor : rgba(34, 36, 38, 0.3); @selectedBorderColor : rgba(34, 36, 38, 0.3);
@disabledBorderColor : rgba(34, 36, 38, 0.5); @disabledBorderColor : rgba(34, 36, 38, 0.5);

Loading…
Cancel
Save