Fossil SCM

CSS tweaks for the Blitz and Aroise skins to make it more apparent when Submit buttons are disabled. Based on [forum:4cbd254480d00dd2|forum post 4cbd254480d00dd2].

stephan 2023-03-17 11:50 trunk
Commit c0f623864b704a61243faa0eeba91a0a5121ab87c823c1c3b949ee490ed1e81a
--- skins/ardoise/css.txt
+++ skins/ardoise/css.txt
@@ -307,10 +307,15 @@
307307
text-decoration: none;
308308
text-align: center;
309309
white-space: nowrap;
310310
cursor: pointer
311311
}
312
+input[type=submit]:disabled {
313
+ color: rgb(70,70,70);
314
+ background-color: rgb(153,153,153);
315
+}
316
+
312317
@media (min-width:550px) {
313318
.container {
314319
width: 95%
315320
}
316321
.column,
317322
--- skins/ardoise/css.txt
+++ skins/ardoise/css.txt
@@ -307,10 +307,15 @@
307 text-decoration: none;
308 text-align: center;
309 white-space: nowrap;
310 cursor: pointer
311 }
 
 
 
 
 
312 @media (min-width:550px) {
313 .container {
314 width: 95%
315 }
316 .column,
317
--- skins/ardoise/css.txt
+++ skins/ardoise/css.txt
@@ -307,10 +307,15 @@
307 text-decoration: none;
308 text-align: center;
309 white-space: nowrap;
310 cursor: pointer
311 }
312 input[type=submit]:disabled {
313 color: rgb(70,70,70);
314 background-color: rgb(153,153,153);
315 }
316
317 @media (min-width:550px) {
318 .container {
319 width: 95%
320 }
321 .column,
322
--- skins/blitz/css.txt
+++ skins/blitz/css.txt
@@ -562,10 +562,15 @@
562562
input[type="submit"]:focus {
563563
color: white !important;
564564
background-color: #648898;
565565
border-color: #648898;
566566
}
567
+
568
+input[type="submit"]:disabled {
569
+ color: rgb(128,128,128);
570
+ background-color: rgb(153,153,153);
571
+}
567572
568573
569574
/* Forms
570575
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
571576
input[type="email"],
572577
--- skins/blitz/css.txt
+++ skins/blitz/css.txt
@@ -562,10 +562,15 @@
562 input[type="submit"]:focus {
563 color: white !important;
564 background-color: #648898;
565 border-color: #648898;
566 }
 
 
 
 
 
567
568
569 /* Forms
570 ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
571 input[type="email"],
572
--- skins/blitz/css.txt
+++ skins/blitz/css.txt
@@ -562,10 +562,15 @@
562 input[type="submit"]:focus {
563 color: white !important;
564 background-color: #648898;
565 border-color: #648898;
566 }
567
568 input[type="submit"]:disabled {
569 color: rgb(128,128,128);
570 background-color: rgb(153,153,153);
571 }
572
573
574 /* Forms
575 ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
576 input[type="email"],
577

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button