From d15880f167ad071950480c334c8e5bbf8e9214b6 Mon Sep 17 00:00:00 2001 From: Ruben Daniels Date: Thu, 24 Sep 2015 17:45:43 -0700 Subject: [PATCH] Fix options menu --- package.json | 4 ++-- plugins/c9.ide.layout.classic/themes/flat-light.less | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6198f21c..f1cbb08a 100644 --- a/package.json +++ b/package.json @@ -108,8 +108,8 @@ "c9.ide.save": "#e00549cb0f", "c9.ide.scm": "#0bccfb982b", "c9.ide.terminal.monitor": "#b76f1c9f24", - "c9.ide.test": "#c10c84b813", - "c9.ide.test.mocha": "#f623146cee", + "c9.ide.test": "#6bb1636f86", + "c9.ide.test.mocha": "#4d3ad597be", "c9.ide.theme.flat": "#2de8414db7", "c9.ide.threewaymerge": "#229382aa0b", "c9.ide.undo": "#b028bcb4d5", diff --git a/plugins/c9.ide.layout.classic/themes/flat-light.less b/plugins/c9.ide.layout.classic/themes/flat-light.less index e5308d0f..a1b36700 100644 --- a/plugins/c9.ide.layout.classic/themes/flat-light.less +++ b/plugins/c9.ide.layout.classic/themes/flat-light.less @@ -424,7 +424,7 @@ box-shadow: none; } -.runner-form-header{ +body .runner-form-header{ border-bottom: 1px solid @border-highlight-dark; }