From 5444bc11d478b0a182b196fab77f9e4ad90a99dd Mon Sep 17 00:00:00 2001 From: tkimia Date: Tue, 22 Apr 2014 12:23:16 -0400 Subject: fixed permissions style --- app/assets/stylesheets/servers.css.scss | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'app/assets/stylesheets/servers.css.scss') diff --git a/app/assets/stylesheets/servers.css.scss b/app/assets/stylesheets/servers.css.scss index 4710386..1ff4536 100644 --- a/app/assets/stylesheets/servers.css.scss +++ b/app/assets/stylesheets/servers.css.scss @@ -1,3 +1,26 @@ // Place all the styles related to the servers controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ + +$page-color: #444; +$toolbar-color: black; +$orange: #DD9125; +$darker-orange: #9D4102; +$link-yellow: #FFC50D; + +.edit_server { + + legend { + color: #EEE; + } + color: #FFF; + + input[type="submit"] { + color: $page-color; + } + + li { + list-style: none; + } + +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf