Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Dotted border in WebFrame in Qt-app
QtWS25 Last Chance

Dotted border in WebFrame in Qt-app

Scheduled Pinned Locked Moved Qt WebKit
4 Posts 2 Posters 1.9k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cijic
    wrote on last edited by
    #1

    How to disable border arround all input elements and buttons in WebFrame in Qt-app?
    I tried to set css like:
    @* {border-style: none;}@

    1 Reply Last reply
    0
    • A Offline
      A Offline
      AcerExtensa
      wrote on last edited by
      #2

      isn't there special css styles for webkit? Something like -webkit-border-image: etc...
      Maybe this link will help you: "W3C | -moz | -webkit":http://translate.google.de/translate?sl=de&tl=en&js=n&prev=_t&hl=de&ie=UTF-8&layout=2&eotf=1&u=http://www.css-cafe.de/art_css3_vendor.php

      God is Real unless explicitly declared as Integer.

      1 Reply Last reply
      0
      • C Offline
        C Offline
        cijic
        wrote on last edited by
        #3

        Border-style has been since CSS1.
        [quote author="AcerExtensa" date="1349425070"]isn't there special css styles for webkit? Something like -webkit-border-image: etc...
        Maybe this link will help you: "W3C | -moz | -webkit":http://translate.google.de/translate?sl=de&tl=en&js=n&prev=_t&hl=de&ie=UTF-8&layout=2&eotf=1&u=http://www.css-cafe.de/art_css3_vendor.php[/quote]

        1 Reply Last reply
        0
        • C Offline
          C Offline
          cijic
          wrote on last edited by
          #4

          I have found solution. This CSS code will remove unnecessary borders:

          @
          input, textarea, button
          {
          outline:none;
          }
          @

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved