diff options
| author | 2007-04-18 17:12:06 +0000 | |
|---|---|---|
| committer | 2007-04-18 17:12:06 +0000 | |
| commit | a603db46a970160d80b496472f25d92208f359ee (patch) | |
| tree | 0d56a3f44b53b99fd068de2931de939189bc6904 /data | |
| parent | added some QT4 painter new functions. (diff) | |
| download | KVIrc-a603db46a970160d80b496472f25d92208f359ee.tar.gz KVIrc-a603db46a970160d80b496472f25d92208f359ee.tar.bz2 KVIrc-a603db46a970160d80b496472f25d92208f359ee.zip | |
win32 qt4 makefiles
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@516 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'data')
| -rw-r--r-- | data/config/style.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/data/config/style.css b/data/config/style.css index 616863497..893d86c29 100644 --- a/data/config/style.css +++ b/data/config/style.css @@ -4,10 +4,9 @@ QToolTip { border-color: darkslategray;
border-width: 1px;
border-style: solid;
- padding: 3px;
- font: bold;
- border-radius: 3px;
- opacity: 200;
+ padding: 2px;
+ border-radius: 7px;
+ opacity: 230;
}
/* Make text in message boxes selectable. */
|
