Kaynağa Gözat

Ajout bords arrondis aux input (flat-design)

Marien Fressinaud 12 yıl önce
ebeveyn
işleme
6bab56f5dd

+ 1 - 2
public/themes/flat-design/freshrss.css

@@ -32,9 +32,8 @@ body {
 				text-decoration: none;
 				text-decoration: none;
 			}
 			}
 		.header > .item.search input {
 		.header > .item.search input {
-			width: 250px;
+			width: 200px;
 			transition: width 200ms linear;
 			transition: width 200ms linear;
-			border-radius: 5px 0 0 5px;
 		}
 		}
 			.header .item.search input:focus {
 			.header .item.search input:focus {
 				width: 300px;
 				width: 300px;

+ 6 - 2
public/themes/flat-design/global.css

@@ -97,6 +97,7 @@ input, select, textarea {
 	color: #666;
 	color: #666;
 	line-height: 25px;
 	line-height: 25px;
 	vertical-align: middle;
 	vertical-align: middle;
+	border-radius: 5px;
 }
 }
 	input[type="radio"],
 	input[type="radio"],
 	input[type="checkbox"] {
 	input[type="checkbox"] {
@@ -167,15 +168,18 @@ input, select, textarea {
 }
 }
 	.stick input {
 	.stick input {
 		font-size: 14px;
 		font-size: 14px;
+		border-radius: 0;
 	}
 	}
 	.stick .btn {
 	.stick .btn {
 		border-radius: 0;
 		border-radius: 0;
 		font-size: 14px;
 		font-size: 14px;
 	}
 	}
-	.stick .btn:first-child {
+	.stick .btn:first-child,
+	.stick input:first-child {
 		border-radius: 5px 0 0 5px;
 		border-radius: 5px 0 0 5px;
 	}
 	}
-	.stick .btn:last-child {
+	.stick .btn:last-child,
+	.stick input:last-child {
 		border-radius: 0 5px 5px 0;
 		border-radius: 0 5px 5px 0;
 	}
 	}
 	.stick .btn + .dropdown > .btn {
 	.stick .btn + .dropdown > .btn {