This commit is contained in:
parent
a74e1dd60d
commit
a38fe0a16d
1 changed files with 28 additions and 22 deletions
|
|
@ -17,9 +17,11 @@
|
|||
--xrsh-dark-gray: #343334;
|
||||
--xrsh-gray: #424280;
|
||||
--xrsh-white: #fdfdfd;
|
||||
--xrsh-black: #001c;
|
||||
--xrsh-light-gray: #efefef;
|
||||
--xrsh-lighter-gray: #e4e2fb96;
|
||||
--xrsh-window-radius: 10px;
|
||||
--xrsh-control-radius: 7px;
|
||||
--xrsh-font-sans-serif: system-ui, -apple-system, segoe ui, roboto, ubuntu, helvetica, cantarell, noto sans, sans-serif;
|
||||
--xrsh-font-monospace: menlo, monaco, lucida console, liberation mono, dejavu sans mono, bitstream vera sans mono, courier new, monospace, serif;
|
||||
--xrsh-font-size-0: 12px;
|
||||
|
|
@ -54,7 +56,7 @@ a,a:visited,a:active{
|
|||
*/
|
||||
|
||||
button,.btn,input[type=submit]{
|
||||
border-radius:7px;
|
||||
border-radius: var(--xrsh-control-radius);
|
||||
background: var(--xrsh-primary);
|
||||
color: var(--xrsh-primary-fg);
|
||||
transition:0.3s;
|
||||
|
|
@ -98,29 +100,49 @@ button,input,.btn{
|
|||
*/
|
||||
.winbox {
|
||||
box-shadow:none !important;
|
||||
background: #000 !important;
|
||||
background: transparent !important;
|
||||
}
|
||||
.winbox .wb-body{
|
||||
background: var(--xrsh-dark-gray);
|
||||
margin-top: -6px !important;
|
||||
/*margin-top: -6px !important;*/
|
||||
z-index: 100;
|
||||
border: 1px solid #FFF3;
|
||||
border-radius:7px;
|
||||
border-radius:0px 0px var(--xrsh-window-radius) var(--xrsh-window-radius);
|
||||
}
|
||||
.winbox .wb-header{
|
||||
background: var(--xrsh-dark-gray);
|
||||
z-index:1000;
|
||||
font-weight: bold;
|
||||
border-radius: var(--xrsh-window-radius) var(--xrsh-window-radius) 0px 0px;
|
||||
line-height:36px;
|
||||
|
||||
}
|
||||
.winbox.max .wb-header{
|
||||
border-radius:0px;
|
||||
}
|
||||
|
||||
.XR .winbox .wb-header{
|
||||
border-radius:0px !important;
|
||||
margin-top:0px;
|
||||
}
|
||||
|
||||
.XR .winbox .wb-close .xr-close {
|
||||
display:block;
|
||||
}
|
||||
.winbox .wb-close .xr-close {
|
||||
display:none;
|
||||
background:transparent !important;
|
||||
position: absolute;
|
||||
top: -5px;
|
||||
right: 0px;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.winbox .wb-body{
|
||||
top:0px;
|
||||
top: 35 !important;
|
||||
padding-top:35px;
|
||||
}
|
||||
.winbox .wb-control{
|
||||
padding-right:5px;
|
||||
height:29px;
|
||||
color:#FFF;
|
||||
z-index:1001;
|
||||
|
|
@ -161,22 +183,6 @@ button,input,.btn{
|
|||
background: var(--xrsh-white);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
.winbox .wb-control{
|
||||
background:red;
|
||||
z-index:1001;
|
||||
}
|
||||
*/
|
||||
|
||||
.XR .wb-close{
|
||||
background: #FF0033;
|
||||
}
|
||||
|
||||
.XR .wb-min{
|
||||
background: var(--xrsh-secondary);
|
||||
}
|
||||
|
||||
/*
|
||||
* icons for non-XR (please source from https://css.gg
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue