From 9bd05f107510097d582273901585e49b370652fb Mon Sep 17 00:00:00 2001 From: Kevin Brey Date: Tue, 9 Sep 2014 18:36:29 -0500 Subject: [PATCH] Cleanup --- public/res/styles/solarized.less | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/res/styles/solarized.less b/public/res/styles/solarized.less index 6813eaf0..895ca5b9 100644 --- a/public/res/styles/solarized.less +++ b/public/res/styles/solarized.less @@ -37,18 +37,18 @@ @secondary-desaturated: @secondary; @red-color: @red; -// Navbar +/* Navbar */ @primary-bg: @background-highlights; @primary-border-color: @background-highlights; -// Navbar buttons +/* Navbar buttons */ @btn-success-color: @A1; @btn-success-bg: @transparent; @btn-success-border: @transparent; @btn-success-hover-color: @transparent; @btn-success-hover-bg: @blue; -// Buttons over preview +/* Buttons over preview */ @btn-info-color: @secondary-content; @btn-info-bg: @transparent; @btn-info-border: @transparent; @@ -56,7 +56,7 @@ @btn-info-hover-border: @transparent; @btn-info-hover-bg: @blue; -// Preview and menus +/* Preview and menus */ @secondary-bg-dark: @background; @secondary-bg: @background; @secondary-bg-light: @background; @@ -69,7 +69,7 @@ @secondary-border-color-light: @secondary; @secondary-border-color-lighter: @secondary; -// Editor +/* Editor */ @tertiary-bg: @A03; @tertiary-color-lighter: @A02; @tertiary-color-light: @A01; @@ -77,7 +77,7 @@ @tertiary-color-dark: @A0; @tertiary-color-darker: @A1; -// Panel buttons +/* Panel buttons */ @panel-button-bg-color: @background-highlights; @panel-border-color: @transparent; @@ -142,4 +142,4 @@ @label-danger-bg: @transparent; @state-danger-text: @primary-content; @state-danger-bg: @transparent; -@state-danger-border: @red; \ No newline at end of file +@state-danger-border: @red;