You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.8 KiB
CSS
61 lines
1.8 KiB
CSS
6 years ago
|
|
||
|
.button,
|
||
|
#main-content table tfoot td .bulk-actions select,
|
||
|
.pagination a.number,
|
||
|
form input.text-input,
|
||
|
form textarea,
|
||
|
form .wysiwyg,
|
||
|
form select,
|
||
|
textarea{
|
||
|
-moz-border-radius: 4px;
|
||
|
-webkit-border-radius: 4px;
|
||
|
border-radius: 4px;
|
||
|
}
|
||
|
|
||
|
.content-box,
|
||
|
.content-box-header,
|
||
|
ul.content-box-tabs li a.current,
|
||
|
.shortcut-button,
|
||
|
.notification {
|
||
|
-moz-border-radius: 6px;
|
||
|
-webkit-border-radius: 6px;
|
||
|
border-radius: 6px;
|
||
|
}
|
||
|
|
||
|
.content-box-header {
|
||
|
-moz-border-radius-bottomleft: 0;
|
||
|
-moz-border-radius-bottomright: 0;
|
||
|
-webkit-border-bottom-left-radius: 0;
|
||
|
-webkit-border-bottom-right-radius: 0;
|
||
|
border-bottom-left-radius: 0;
|
||
|
border-bottom-right-radius: 0;
|
||
|
}
|
||
|
|
||
|
.closed-box .content-box-header {
|
||
|
-moz-border-radius-bottomleft: 6px;
|
||
|
-moz-border-radius-bottomright: 6px;
|
||
|
-webkit-border-bottom-left-radius: 6px;
|
||
|
-webkit-border-bottom-right-radius: 6px;
|
||
|
border-bottom-left-radius: 6px;
|
||
|
border-bottom-right-radius: 6px;
|
||
|
}
|
||
|
|
||
|
ul.content-box-tabs li a.current {
|
||
|
-moz-border-radius-bottomleft: 0;
|
||
|
-moz-border-radius-bottomright: 0;
|
||
|
-webkit-border-bottom-left-radius: 0;
|
||
|
-webkit-border-bottom-right-radius: 0;
|
||
|
border-bottom-left-radius: 0;
|
||
|
border-bottom-right-radius: 0;
|
||
|
}
|
||
|
|
||
|
|
||
|
.shortcut-button span {
|
||
|
-moz-border-radius: 7px;
|
||
|
-webkit-border-radius: 7px;
|
||
|
border-radius: 7px;
|
||
|
}
|
||
|
|
||
|
div.wysiwyg ul.panel li a { opacity: 0.6; }
|
||
|
div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active { opacity: 0.99; }
|