09-29-2016, 11:39 AM
(This post was last modified: 09-29-2016, 11:51 AM by Viking_Guy.)
Yvonne--
In Chrome I see btn btn-primary as the class for the post and Preview buttons on the Post Reply screen.
On the thread listing, the Reply button is button_strip_reply buttonlist. The Go button is btn btn-primary.
Does that help?
Edit--
That color appears to be in this:
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #E56B69;
}
EDIT 2: Sorry, appears to be F56F6C as the brighter orange. That's in the CSS 39 times in various locations.
Here's the btn-primary:
.btn-primary{color:#fff;background-color:#F56F6C}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#DD5F5D}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#F56F6C}.btn-primary .badge{color:#393939;background-color:#fff}
VG
In Chrome I see btn btn-primary as the class for the post and Preview buttons on the Post Reply screen.
On the thread listing, the Reply button is button_strip_reply buttonlist. The Go button is btn btn-primary.
Does that help?
Edit--
That color appears to be in this:
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #E56B69;
}
EDIT 2: Sorry, appears to be F56F6C as the brighter orange. That's in the CSS 39 times in various locations.
Here's the btn-primary:
.btn-primary{color:#fff;background-color:#F56F6C}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#DD5F5D}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#F56F6C}.btn-primary .badge{color:#393939;background-color:#fff}
VG
