Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-17216

Remove Surplus Button3 CSS

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 3.3.11
    • None
    • Styles

    Description

      There is some button3 CSS in the colours and forms stylesheets but there doesn't seem to be any button3 in the the phpBB files except these CSS references.

       

      File:

      colours.css

       

      Delete:

      input.button3 {
          background-image: none;
      }

       

      Find:

      a.button1, input.button1, input.button3, a.button2, input.button2 {

       

      Change To:

      a.button1, input.button1, a.button2, input.button2 {

       

      Find:

      a.button2, input.button2, input.button3 {

       

      Change To:

      a.button2, input.button2 {

       

      Find:

      a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {

      Change To:

      a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover {

      Find:

      input.button1:focus, input.button2:focus, input.button3:focus {

       

      Change To:

      input.button1:focus, input.button2:focus {

       

      File:

      forms.css

      Delete:

      input.button3 {
          padding: 0;
          margin: 0;
          line-height: 5px;
          height: 12px;
          background-image: none;
          font-variant: small-caps;
      }

      Find:

      a.button1, input.button1, input.button3, a.button2, input.button2 {

      Change To:

      a.button1, input.button1, a.button2, input.button2 {

      Find:

      a.button2, input.button2, input.button3 {

      Change To:

      a.button2, input.button2 {

       

      Find:

      a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {

      Change To:

      a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover {

      Find:

      input.button1:focus, input.button2:focus, input.button3:focus {

      Change To:

      input.button1:focus, input.button2:focus {

      Attachments

        Activity

          People

            Unassigned Unassigned
            ForumFlair ForumFlair
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: