gregH commited on
Commit
5059791
1 Parent(s): 82428f3

Update assets/css/custom_style.css

Browse files
Files changed (1) hide show
  1. assets/css/custom_style.css +4 -4
assets/css/custom_style.css CHANGED
@@ -22,11 +22,11 @@ input[type='radio'] { visibility: hidden; display: none; }
22
 
23
  #jailbreak-demo .radio-group .options:checked ~ .option-label { color: #FFF; background: #777; }
24
 
25
- #refusal-loss-formula .formula-list a:hover, #jailbreak-demo #defense-methods .calibrate-tool:hover { background: #555; color: #FFF; }
26
 
27
- #jailbreak-demo #defense-methods .options:checked ~ .calibrate-tool { color: #FFF; background: #555; }
28
 
29
- #jailbreak-demo #defense-methods .calibrate-tool { display: inline-block; width: 60%; margin: 2% auto 8%; padding: 8px 10px; text-align: center; background: #DDD; cursor: pointer; text-decoration: none; color: #333; border-radius: 10px; user-select: none; transition-duration: 0.3s; }
30
 
31
  #jailbreak-demo .legend { text-align: center; width: 70%; margin: 0 auto; }
32
 
@@ -79,4 +79,4 @@ input[type='radio'] { visibility: hidden; display: none; }
79
 
80
  .slider-content { width: 450px; position: relative; float: right; }
81
 
82
- #bin-num, #temp-scale { width: 3em; height: 1.6em; top: 50%; margin-top: -.8em; text-align: center; line-height: 1.6em; }
 
22
 
23
  #jailbreak-demo .radio-group .options:checked ~ .option-label { color: #FFF; background: #777; }
24
 
25
+ #refusal-loss-formula .formula-list a:hover, #jailbreak-demo #defense-methods .defense:hover { background: #555; color: #FFF; }
26
 
27
+ #jailbreak-demo #defense-methods .options:checked ~ .defense { color: #FFF; background: #555; }
28
 
29
+ #jailbreak-demo #defense-methods .defense { display: inline-block; width: 60%; margin: 2% auto 8%; padding: 8px 10px; text-align: center; background: #DDD; cursor: pointer; text-decoration: none; color: #333; border-radius: 10px; user-select: none; transition-duration: 0.3s; }
30
 
31
  #jailbreak-demo .legend { text-align: center; width: 70%; margin: 0 auto; }
32
 
 
79
 
80
  .slider-content { width: 450px; position: relative; float: right; }
81
 
82
+ #ppl_threshold, #gradient_norm_threshold { width: 3em; height: 1.6em; top: 50%; margin-top: -.8em; text-align: center; line-height: 1.6em; }