From fa43da15f2cc2c34ffe231d2d566bc691d7ccaf8 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 26 Aug 2015 13:08:42 +0200 Subject: make textboxes less rounded --- common/cinnamon/cinnamon.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common/cinnamon/cinnamon.css') diff --git a/common/cinnamon/cinnamon.css b/common/cinnamon/cinnamon.css index 3e3b65b..74bda1e 100644 --- a/common/cinnamon/cinnamon.css +++ b/common/cinnamon/cinnamon.css @@ -85,7 +85,7 @@ stage { selection-background-color: #5294E2; selected-color: #ffffff; transition-duration: 300ms; - border-radius: 20px; + border-radius: 3px; box-shadow: inset 0 0 rgba(255, 255, 255, 0); color: #5c616c; background-color: #ffffff; @@ -112,7 +112,7 @@ stage { selection-background-color: #5294E2; selected-color: #ffffff; transition-duration: 300ms; - border-radius: 20px; + border-radius: 3px; box-shadow: inset 0 0 rgba(255, 255, 255, 0); color: #BAC3CF; background-color: rgba(0, 0, 0, 0.2); @@ -229,7 +229,7 @@ StScrollBar { color: #5294e2; } #Tooltip { - border-radius: l3px; + border-radius: 3px; padding: 5px 12px; background-color: rgba(42, 44, 51, 0.95); color: #BAC3CF; @@ -740,7 +740,7 @@ StScrollBar { .run-dialog-entry { width: 21em; padding: 7px; - border-radius: 20px; + border-radius: 3px; caret-color: #BAC3CF; selected-color: #ffffff; selection-background-color: #5294E2; -- cgit v1.2.3