mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Ref T219, message frame UI style
This commit is contained in:
@@ -172,7 +172,7 @@ namespace BlackGui
|
|||||||
{
|
{
|
||||||
// lazy init
|
// lazy init
|
||||||
m_overlayMessages = new COverlayMessages(inner.width(), inner.height(), this);
|
m_overlayMessages = new COverlayMessages(inner.width(), inner.height(), this);
|
||||||
m_overlayMessages->addShadow();
|
// m_overlayMessages->addShadow();
|
||||||
m_overlayMessages->showKillButton(m_showKillButton);
|
m_overlayMessages->showKillButton(m_showKillButton);
|
||||||
m_overlayMessages->setForceSmall(m_forceSmallMsgs);
|
m_overlayMessages->setForceSmall(m_forceSmallMsgs);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ BlackGui--CInfoArea {
|
|||||||
BlackGui--COverlayMessages {
|
BlackGui--COverlayMessages {
|
||||||
background: transparent; /* background is background color here */
|
background: transparent; /* background is background color here */
|
||||||
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
||||||
border: 2px solid blue;
|
border: 5px solid rgba(100, 100, 100, 90%);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user