mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-13 08:34:36 +02:00
Frontend Improvements
This commit is contained in:
@@ -2,14 +2,13 @@
|
|||||||
Monstra
|
Monstra
|
||||||
styles.css
|
styles.css
|
||||||
*************************************
|
*************************************
|
||||||
CONTENTS
|
CONTENTS
|
||||||
1. GENERAL
|
1. GENERAL
|
||||||
2. HEADER
|
2. HEADER
|
||||||
3. CONTENT
|
3. CONTENT
|
||||||
4. LEFT MENU
|
4. LEFT MENU
|
||||||
5. AUTHORIZATION
|
5. AUTHORIZATION
|
||||||
6. MEDIA QUERIES
|
6. MEDIA QUERIES
|
||||||
|
|
||||||
|
|
||||||
*************************************
|
*************************************
|
||||||
1. GENERAL
|
1. GENERAL
|
||||||
@@ -198,17 +197,7 @@ table {
|
|||||||
|
|
||||||
.table-bordered thead tr th {
|
.table-bordered thead tr th {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
background-color: #f5f5f5;
|
background-color: #fff;
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
|
|
||||||
background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
|
|
||||||
background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
|
|
||||||
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
|
|
||||||
background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
|
|
||||||
background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
|
|
||||||
background-image: linear-gradient(top, #ffffff, #f5f5f5);
|
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
|
|
||||||
border-top: 1px solid #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-bordered thead:last-child tr:last-child th:last-child,
|
.table-bordered thead:last-child tr:last-child th:last-child,
|
||||||
|
Reference in New Issue
Block a user