From 3705009cb77b2c0d9642dbe7eb73251f88c1a121 Mon Sep 17 00:00:00 2001 From: Amanda Ghassaei <amandaghassaei@gmail.com> Date: Sat, 30 May 2015 09:44:44 -0700 Subject: [PATCH] css --- css/main.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/css/main.css b/css/main.css index e01894d4..b7190178 100644 --- a/css/main.css +++ b/css/main.css @@ -193,6 +193,10 @@ input.intInput, input.floatInput{ padding: 8px 8px; } +.dropdown-menu{ + border-radius: 0!important; +} + .dropdown-menu, .select2-drop { background-color: #fff; } @@ -213,7 +217,13 @@ input.intInput, input.floatInput{ position: relative; } +.dropdown-submenu li { + height: 32px; +} + .dropdown-submenu a{ + height: 32px; + padding-bottom: 16px; color: #e1e4e7!important; white-space: normal; } @@ -227,9 +237,10 @@ input.intInput, input.floatInput{ left: 100%; margin-top: -6px; margin-left: -1px; - -webkit-border-radius: 0 6px 6px 6px; - -moz-border-radius: 0 6px 6px; - border-radius: 0 6px 6px 6px; + border-radius: 0; + /*-webkit-border-radius: 0 6px 6px 6px;*/ + /*-moz-border-radius: 0 6px 6px;*/ + /*border-radius: 0 6px 6px 6px;*/ background-color: #444; } -- GitLab