Change installer directory "data" to "share"

refs #671
This commit is contained in:
Roland Winklmeier
2016-07-15 21:06:57 +02:00
parent 26c2117d65
commit 06d858c57f
743 changed files with 24 additions and 24 deletions

View File

@@ -0,0 +1,18 @@
/** special effects for start buttons **/
#pg_Start QToolButton {
border: 1px solid green;
border-radius: 5px;
}
#pg_Start QToolButton:hover {
border: 5px solid green;
border-radius: 5px;
min-width: 30px;
min-height: 30px;
}
#pg_start QToolTip {
color: #ffffff;
background-color: #2a82da;
border: 1px solid white;
}