mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00

- Using setstylesheet once will create new objects Change-Id: I8126113766f9b1881b2b3825dc1985c6eea9b854
20 lines
292 B
Plaintext
20 lines
292 B
Plaintext
#MainPanel[position='0'] {
|
|
padding: 0 0px;
|
|
border-top: none;
|
|
}
|
|
|
|
#MainPanel[position='1'] {
|
|
padding: 0px 0;
|
|
border-right: none;
|
|
}
|
|
|
|
#MainPanel[position='2'] {
|
|
padding:0 0px;
|
|
border-bottom: none;
|
|
}
|
|
|
|
#MainPanel[position='3'] {
|
|
padding: 0px 0;
|
|
border-left: none;
|
|
}
|