QTfrontend/res/css/qt.css
changeset 15000 d597a851f5d8
parent 14884 1f0e8a144bad
child 15249 441bdf1e6026
equal deleted inserted replaced
14999:6d4a607f2196 15000:d597a851f5d8
    91 margin: 6px 0px 6px 0px;
    91 margin: 6px 0px 6px 0px;
    92 }
    92 }
    93 TeamShowWidget QPushButton:disabled {
    93 TeamShowWidget QPushButton:disabled {
    94 color: #a0a0a0;
    94 color: #a0a0a0;
    95 }
    95 }
       
    96 TeamShowWidget QPushButton:pressed {
       
    97 background-color: #362c7a;
       
    98 }
    96 
    99 
    97 QToolButton {
   100 QToolButton {
    98 background-color: #11084A;
   101 background-color: #11084A;
    99 }
   102 }
   100 
   103 
   101 QToolButton:hover {
   104 QToolButton:hover {
   102 background-color: #150A61;
   105 background-color: #150A61;
   103 }
       
   104 
       
   105 QToolButton:pressed {
       
   106 background-color: #100744;
       
   107 }
   106 }
   108 
   107 
   109 QLineEdit, QListWidget, QListView, QTableView, QTableWidget, QTextBrowser,
   108 QLineEdit, QListWidget, QListView, QTableView, QTableWidget, QTextBrowser,
   110 QSpinBox, QToolBox, QPlainTextEdit, QToolButton, #mapPreview, #labelLikeLineEdit {
   109 QSpinBox, QToolBox, QPlainTextEdit, QToolButton, #mapPreview, #labelLikeLineEdit {
   111 border-radius: 10px;
   110 border-radius: 10px;
   169 background-color: rgba(18, 42, 5, 70%);
   168 background-color: rgba(18, 42, 5, 70%);
   170 }
   169 }
   171 
   170 
   172 QPushButton:pressed, QToolButton:pressed {
   171 QPushButton:pressed, QToolButton:pressed {
   173 border-color: white;
   172 border-color: white;
       
   173 background-color: #344b1e;
       
   174 color: white;
   174 }
   175 }
   175 
   176 
   176 QPushButton:focus {
   177 QPushButton:focus {
   177 outline: none;
   178 outline: none;
   178 }
   179 }