PHP Classes

File: appz/autosuggest/suggestions.css

Recommend this page to a friend!
  Classes of Guilherme Blanco   pAjax   appz/autosuggest/suggestions.css   Download  
File: appz/autosuggest/suggestions.css
Role: Auxiliary data
Content type: text/plain
Description: Styles definition
Class: pAjax
Do RPC calls from the browser without page reloads
Author: By
Last change:
Date: 19 years ago
Size: 327 bytes
 

Contents

Class file image Download
DIV.suggestions { -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid black; background-color: white; position: absolute; } DIV.suggestions DIV { cursor: default; padding: 0px 3px; } DIV.suggestions DIV.current { background-color: #36c; color: white; }