ui: tooltip

* added tooltip to case_sensitive button.
* styled tooltip.
This commit is contained in:
malte_langkabel
2014-07-17 16:01:38 +02:00
parent ad5056354d
commit 2d7af3dda2
2 changed files with 14 additions and 4 deletions
@@ -1,3 +1,7 @@
#search_view {
background: rgb(255, 255, 255);
}
QLineEdit#search_box {
background: rgb(204, 204, 204);
border: 0px;
@@ -35,3 +39,9 @@ QPushButton#case_sensitive_button {
QPushButton#case_sensitive_button:checked {
border-image: url(data/gui/search_view/images/button_case_sensitive_active.png);
}
QToolTip {
color: rgb(0, 0, 0);
border: 1px solid rgb(0, 0, 0);
background-color: rgb(204, 204, 204);
}