2012-02-02 02:11:55 +00:00
|
|
|
@import "reset-to-defaults.css";
|
|
|
|
|
2016-01-18 04:04:12 +00:00
|
|
|
window {
|
2011-06-11 08:41:17 +00:00
|
|
|
background-color: @doesntexist;
|
2012-04-07 14:39:17 +00:00
|
|
|
box-shadow: @nonexistant 5px 5px;
|
2011-06-11 08:41:17 +00:00
|
|
|
border-image: -gtk-gradient(linear,
|
|
|
|
left top, left bottom,
|
|
|
|
from(@notaavailable),
|
|
|
|
to(@whatever)) 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reference {
|
2011-10-14 15:43:40 +00:00
|
|
|
background-color: transparent;
|
2011-06-11 08:41:17 +00:00
|
|
|
box-shadow: none;
|
|
|
|
border-image: none;
|
|
|
|
}
|