From 6bab56f5ddd55a258e8a4b182647e5f78faa1946 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 8 Oct 2013 11:35:29 +0200 Subject: [PATCH] Ajout bords arrondis aux input (flat-design) --- public/themes/flat-design/freshrss.css | 3 +-- public/themes/flat-design/global.css | 8 ++++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index 20be063c5..8c7be55e5 100644 --- a/public/themes/flat-design/freshrss.css +++ b/public/themes/flat-design/freshrss.css @@ -32,9 +32,8 @@ body { text-decoration: none; } .header > .item.search input { - width: 250px; + width: 200px; transition: width 200ms linear; - border-radius: 5px 0 0 5px; } .header .item.search input:focus { width: 300px; diff --git a/public/themes/flat-design/global.css b/public/themes/flat-design/global.css index 56e881f26..423151d5c 100644 --- a/public/themes/flat-design/global.css +++ b/public/themes/flat-design/global.css @@ -97,6 +97,7 @@ input, select, textarea { color: #666; line-height: 25px; vertical-align: middle; + border-radius: 5px; } input[type="radio"], input[type="checkbox"] { @@ -167,15 +168,18 @@ input, select, textarea { } .stick input { font-size: 14px; + border-radius: 0; } .stick .btn { border-radius: 0; font-size: 14px; } - .stick .btn:first-child { + .stick .btn:first-child, + .stick input:first-child { border-radius: 5px 0 0 5px; } - .stick .btn:last-child { + .stick .btn:last-child, + .stick input:last-child { border-radius: 0 5px 5px 0; } .stick .btn + .dropdown > .btn {