mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 23:05:10 +01:00
Don't override the colour of form widgets
This commit is contained in:
@@ -16,32 +16,6 @@ nav .button-collapse i
|
|||||||
font-size: 2.7rem;
|
font-size: 2.7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Form input fields **/
|
|
||||||
|
|
||||||
/* label underline focus color */
|
|
||||||
.input-field input[type=text]:focus
|
|
||||||
{
|
|
||||||
border-bottom: 1px solid #000;
|
|
||||||
box-shadow: 0 1px 0 0 #000;
|
|
||||||
}
|
|
||||||
/* valid color */
|
|
||||||
.input-field input[type=text].valid
|
|
||||||
{
|
|
||||||
border-bottom: 1px solid #000;
|
|
||||||
box-shadow: 0 1px 0 0 #000;
|
|
||||||
}
|
|
||||||
/* invalid color */
|
|
||||||
.input-field input[type=text].invalid
|
|
||||||
{
|
|
||||||
border-bottom: 1px solid #000;
|
|
||||||
box-shadow: 0 1px 0 0 #000;
|
|
||||||
}
|
|
||||||
/* icon prefix focus color */
|
|
||||||
.input-field .prefix.active
|
|
||||||
{
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Cards and tags **/
|
/** Cards and tags **/
|
||||||
|
|
||||||
.card .card-content,
|
.card .card-content,
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
color: {{ theme.TEXTHEX }};
|
color: {{ theme.TEXTHEX }};
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<link href="{{ url_for('static', filename='css/digimarks.css') }}?20170723" type="text/css" rel="stylesheet" media="screen,projection"/>
|
<link href="{{ url_for('static', filename='css/digimarks.css') }}?20170728" type="text/css" rel="stylesheet" media="screen,projection"/>
|
||||||
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
|
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="{{ theme.BODY }} {{ theme.TEXT }}">
|
<body class="{{ theme.BODY }} {{ theme.TEXT }}">
|
||||||
|
|||||||
Reference in New Issue
Block a user