From 40627c28250363ec3aa482b5f0e905bb6cac7bc8 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Tue, 25 Jan 2011 13:32:42 +0100 Subject: [PATCH] add warning style --- demo/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/demo/styles.css b/demo/styles.css index 44ab6810..ff6a749f 100644 --- a/demo/styles.css +++ b/demo/styles.css @@ -27,6 +27,12 @@ body { background-position: 4px center; } +.ace_gutter-cell.ace_warning { + background-image: url("icons/warning_obj.gif"); + background-repeat: no-repeat; + background-position: 4px center; +} + #controls { width: 100%; height: 55px;