Display hue/saturation value in button text

This commit is contained in:
Éric Lemoine
2013-05-31 15:47:17 +02:00
parent 84b1886666
commit 93fd685ca7
2 changed files with 30 additions and 4 deletions
+8
View File
@@ -8,6 +8,14 @@
<link rel="stylesheet" href="../resources/layout.css" type="text/css">
<link rel="stylesheet" href="../resources/bootstrap/css/bootstrap-responsive.min.css" type="text/css">
<title>Hue/saturation example</title>
<style>
#reset-hue {
min-width: 90px;
}
#reset-saturation {
min-width: 124px;
}
</style>
</head>
<body>